Home
last modified time | relevance | path

Searched refs:BTM_SetBleDataLength (Results 1 – 7 of 7) sorted by relevance

/system/bt/stack/include/
Dbtm_ble_api.h580 extern tBTM_STATUS BTM_SetBleDataLength(const RawAddress& bd_addr,
/system/bt/main/shim/
Dbtm_api.h729 tBTM_STATUS BTM_SetBleDataLength(const RawAddress& bd_addr,
Dbtm_api.cc893 tBTM_STATUS bluetooth::shim::BTM_SetBleDataLength(const RawAddress& bd_addr, in BTM_SetBleDataLength() function in bluetooth::shim
/system/bt/stack/btm/
Dbtm_ble.cc790 tBTM_STATUS BTM_SetBleDataLength(const RawAddress& bd_addr, in BTM_SetBleDataLength() function
793 return bluetooth::shim::BTM_SetBleDataLength(bd_addr, tx_pdu_length); in BTM_SetBleDataLength()
/system/bt/stack/l2cap/
Dl2c_ble.cc987 BTM_SetBleDataLength(p_lcb->remote_bd_addr, tx_mtu); in l2cble_update_data_length()
/system/bt/bta/hearing_aid/
Dhearing_aid.cc402 BTM_SetBleDataLength(address, 167); in OnGattConnected()
/system/bt/bta/dm/
Dbta_dm_act.cc4059 if (BTM_SetBleDataLength(bd_addr, tx_data_length) != BTM_SUCCESS) { in bta_dm_ble_set_data_length()