Home
last modified time | relevance | path

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

/system/bt/stack/btm/
Dbtm_client_interface.cc140 .BTM_SetBleDataLength = BTM_SetBleDataLength,
Dbtm_ble.cc651 tBTM_STATUS BTM_SetBleDataLength(const RawAddress& bd_addr, in BTM_SetBleDataLength() function
/system/bt/stack/include/
Dbtm_ble_api.h582 extern tBTM_STATUS BTM_SetBleDataLength(const RawAddress& bd_addr,
Dbtm_client_interface.h165 tBTM_STATUS (*BTM_SetBleDataLength)(const RawAddress& bd_addr, member
/system/bt/test/mock/
Dmock_stack_btm_ble.cc102 tBTM_STATUS BTM_SetBleDataLength(const RawAddress& bd_addr, in BTM_SetBleDataLength() function
/system/bt/stack/test/gatt/
Dgatt_sr_test.cc82 tBTM_STATUS BTM_SetBleDataLength(const RawAddress& bd_addr, uint16_t length) { in BTM_SetBleDataLength() function
/system/bt/stack/gatt/
Dgatt_cl.cc1055 BTM_SetBleDataLength(tcb.peer_bda, tcb.payload_size); in gatt_process_mtu_rsp()
Dgatt_sr.cc817 BTM_SetBleDataLength(tcb.peer_bda, tcb.payload_size); in gatts_process_mtu_req()
/system/bt/stack/l2cap/
Dl2c_ble.cc1278 BTM_SetBleDataLength(p_lcb->remote_bd_addr, tx_mtu); in l2cble_update_data_length()
/system/bt/bta/hearing_aid/
Dhearing_aid.cc407 BTM_SetBleDataLength(address, 167); in OnGattConnected()
/system/bt/bta/dm/
Dbta_dm_act.cc3713 if (BTM_SetBleDataLength(bd_addr, max_len) != BTM_SUCCESS) { in bta_dm_ble_set_data_length()