Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/test/mock/
Dmock_stack_btm_ble.cc63 struct BTM_SetBleDataLength BTM_SetBleDataLength; variable
112 tBTM_STATUS BTM_SetBleDataLength::return_value = 0;
242 tBTM_STATUS BTM_SetBleDataLength(const RawAddress& bd_addr, in BTM_SetBleDataLength() function
245 return test::mock::stack_btm_ble::BTM_SetBleDataLength(bd_addr, in BTM_SetBleDataLength()
Dmock_stack_btm_ble.h376 struct BTM_SetBleDataLength { struct
386 extern struct BTM_SetBleDataLength BTM_SetBleDataLength; argument
Dmock_stack_btm_interface.cc209 .BTM_SetBleDataLength = [](const RawAddress& /* bd_addr */,
/packages/modules/Bluetooth/system/stack/btm/
Dbtm_client_interface.cc87 .BTM_SetBleDataLength = ::BTM_SetBleDataLength,
Dbtm_ble_sec.cc574 tBTM_STATUS BTM_SetBleDataLength(const RawAddress& bd_addr, in BTM_SetBleDataLength() function
/packages/modules/Bluetooth/system/stack/include/
Dbtm_ble_api.h329 tBTM_STATUS BTM_SetBleDataLength(const RawAddress& bd_addr,
Dbtm_client_interface.h115 [[nodiscard]] tBTM_STATUS (*BTM_SetBleDataLength)(const RawAddress& bd_addr, member
/packages/modules/Bluetooth/system/stack/l2cap/
Dl2c_ble.cc1099 BTM_SetBleDataLength(p_lcb->remote_bd_addr, tx_mtu); in l2cble_update_data_length()
/packages/modules/Bluetooth/system/stack/gatt/
Dgatt_cl.cc1130 BTM_SetBleDataLength(tcb.peer_bda, tcb.max_user_mtu + L2CAP_PKT_OVERHEAD); in gatt_process_mtu_rsp()
Dgatt_sr.cc859 BTM_SetBleDataLength(tcb.peer_bda, tcb.payload_size + L2CAP_PKT_OVERHEAD); in gatts_process_mtu_req()
Dgatt_api.cc838 BTM_SetBleDataLength(remote_bda, user_mtu); in GATTC_UpdateUserAttMtuIfNeeded()
/packages/modules/Bluetooth/system/bta/dm/
Dbta_dm_act.cc1477 if (BTM_SetBleDataLength(bd_addr, max_len) != BTM_SUCCESS) { in bta_dm_ble_set_data_length()
/packages/modules/Bluetooth/system/bta/hearing_aid/
Dhearing_aid.cc559 BTM_SetBleDataLength(address, 167); in OnGattConnected()