Searched refs:BTM_SetBleDataLength (Results 1 – 13 of 13) sorted by relevance
/packages/modules/Bluetooth/system/test/mock/ |
D | mock_stack_btm_ble.cc | 63 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()
|
D | mock_stack_btm_ble.h | 376 struct BTM_SetBleDataLength { struct 386 extern struct BTM_SetBleDataLength BTM_SetBleDataLength; argument
|
D | mock_stack_btm_interface.cc | 209 .BTM_SetBleDataLength = [](const RawAddress& /* bd_addr */,
|
/packages/modules/Bluetooth/system/stack/btm/ |
D | btm_client_interface.cc | 87 .BTM_SetBleDataLength = ::BTM_SetBleDataLength,
|
D | btm_ble_sec.cc | 574 tBTM_STATUS BTM_SetBleDataLength(const RawAddress& bd_addr, in BTM_SetBleDataLength() function
|
/packages/modules/Bluetooth/system/stack/include/ |
D | btm_ble_api.h | 329 tBTM_STATUS BTM_SetBleDataLength(const RawAddress& bd_addr,
|
D | btm_client_interface.h | 115 [[nodiscard]] tBTM_STATUS (*BTM_SetBleDataLength)(const RawAddress& bd_addr, member
|
/packages/modules/Bluetooth/system/stack/l2cap/ |
D | l2c_ble.cc | 1099 BTM_SetBleDataLength(p_lcb->remote_bd_addr, tx_mtu); in l2cble_update_data_length()
|
/packages/modules/Bluetooth/system/stack/gatt/ |
D | gatt_cl.cc | 1130 BTM_SetBleDataLength(tcb.peer_bda, tcb.max_user_mtu + L2CAP_PKT_OVERHEAD); in gatt_process_mtu_rsp()
|
D | gatt_sr.cc | 859 BTM_SetBleDataLength(tcb.peer_bda, tcb.payload_size + L2CAP_PKT_OVERHEAD); in gatts_process_mtu_req()
|
D | gatt_api.cc | 838 BTM_SetBleDataLength(remote_bda, user_mtu); in GATTC_UpdateUserAttMtuIfNeeded()
|
/packages/modules/Bluetooth/system/bta/dm/ |
D | bta_dm_act.cc | 1477 if (BTM_SetBleDataLength(bd_addr, max_len) != BTM_SUCCESS) { in bta_dm_ble_set_data_length()
|
/packages/modules/Bluetooth/system/bta/hearing_aid/ |
D | hearing_aid.cc | 559 BTM_SetBleDataLength(address, 167); in OnGattConnected()
|