Searched refs:maxSeps (Results 1 - 3 of 3) sorted by relevance
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/avdtp/ |
H A D | avdtp_api.h | 44 uint8_t maxSeps; member 262 extern uint16_t AvdtDiscoverReq(const BtAddr *bdAddr, uint8_t maxSeps, uint8_t *transLabel);
|
H A D | avdtp_api.c | 243 uint16_t AVDT_DiscoverReq(const BtAddr *bdAddr, uint8_t maxSeps, uint8_t *transLabel) in AVDT_DiscoverReq() argument 245 LOG_INFO("[AVDT]%{public}s: type (%hhu)Addr(%x:%x:%x:%x:%x:%x), maxSeps(%hhu)", in AVDT_DiscoverReq() 249 maxSeps); in AVDT_DiscoverReq() 260 param->maxSeps = maxSeps; in AVDT_DiscoverReq() 275 param->ret = AvdtDiscoverReq(param->bdAddr, param->maxSeps, param->transLabel); in AvdtDiscoverReqTsk() 280 uint16_t AvdtDiscoverReq(const BtAddr *bdAddr, uint8_t maxSeps, uint8_t *transLabel) in AvdtDiscoverReq() argument 282 LOG_DEBUG("[AVDT]%{public}s: type (%hhu)Addr(%x:%x:%x:%x:%x:%x), maxSeps(%hhu)", in AvdtDiscoverReq() 286 maxSeps); in AvdtDiscoverReq() 305 evt.discover.numSeps = maxSeps; in AvdtDiscoverReq() [all...] |
/foundation/communication/bluetooth_service/services/bluetooth/stack/include/ |
H A D | avdtp.h | 441 * @param[in] maxSeps Max number to get SEP 446 BTSTACK_API uint16_t AVDT_DiscoverReq(const BtAddr *bdAddr, uint8_t maxSeps, uint8_t *transLabel);
|
Completed in 5 milliseconds