Home
last modified time | relevance | path

Searched refs:AVCT_GetBrowseMtu (Results 1 – 6 of 6) sorted by relevance

/packages/modules/Bluetooth/system/test/mock/
Dmock_stack_avct_api.cc36 uint16_t AVCT_GetBrowseMtu(uint8_t /* handle */) { in AVCT_GetBrowseMtu() function
/packages/modules/Bluetooth/system/stack/include/
Davct_api.h239 uint16_t AVCT_GetBrowseMtu(uint8_t handle);
/packages/modules/Bluetooth/system/stack/avct/
Davct_api.cc318 uint16_t AVCT_GetBrowseMtu(uint8_t handle) { in AVCT_GetBrowseMtu() function
/packages/modules/Bluetooth/system/btif/avrcp/
Davrcp_service.cc120 return AVCT_GetBrowseMtu(handle); in GetBrowseMtu()
/packages/modules/Bluetooth/system/stack/avrc/
Davrc_api.cc1240 peer_mtu = AVCT_GetBrowseMtu(handle); in AVRC_MsgReq()
Davrc_bld_tg.cc1413 peer_mtu = AVCT_GetBrowseMtu(handle) - AVCT_HDR_LEN_SINGLE; in AVRC_BldResponse()