Home
last modified time | relevance | path

Searched refs:BTM_GetLeAclDataPacketLength (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/include/
H A Dbtm.h529 int BTSTACK_API BTM_GetLeAclDataPacketLength(uint16_t *length);
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/btm/
H A Dbtm_controller.c979 int BTM_GetLeAclDataPacketLength(uint16_t *leAclDataPacketLength) in BTM_GetLeAclDataPacketLength() function
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/l2cap/
H A Dl2cap_cmn.c653 BTM_GetLeAclDataPacketLength(&bufferSize); in L2capLeGetTxBufferSize()