Home
last modified time | relevance | path

Searched refs:ota_address (Results 1 – 12 of 12) sorted by relevance

/packages/modules/Bluetooth/system/test/mock/
Dmock_main_shim_acl_api.h200 tBLE_ADDR_TYPE* p_addr_type, bool ota_address)>
202 tBLE_ADDR_TYPE* p_addr_type, bool ota_address) {}};
204 tBLE_ADDR_TYPE* p_addr_type, bool ota_address) { in operator()
205 body(handle, conn_addr, p_addr_type, ota_address); in operator()
215 tBLE_ADDR_TYPE* p_addr_type, bool ota_address)>
217 tBLE_ADDR_TYPE* p_addr_type, bool ota_address) {}};
219 tBLE_ADDR_TYPE* p_addr_type, bool ota_address) { in operator()
220 body(handle, conn_addr, p_addr_type, ota_address); in operator()
Dmock_stack_acl.h101 tBLE_ADDR_TYPE* p_addr_type, bool ota_address)>
106 tBLE_ADDR_TYPE* p_addr_type, bool ota_address) { in operator()
107 return body(pseudo_addr, conn_addr, p_addr_type, ota_address); in operator()
575 tBLE_ADDR_TYPE* p_addr_type, bool ota_address)>
580 tBLE_ADDR_TYPE* p_addr_type, bool ota_address) { in operator()
581 body(remote_bda, local_conn_addr, p_addr_type, ota_address); in operator()
Dmock_stack_acl.cc190 bool ota_address) { in BTM_ReadRemoteConnectionAddr() argument
193 pseudo_addr, conn_addr, p_addr_type, ota_address); in BTM_ReadRemoteConnectionAddr()
391 tBLE_ADDR_TYPE* p_addr_type, bool ota_address) { in BTM_ReadConnectionAddr() argument
394 p_addr_type, ota_address); in BTM_ReadConnectionAddr()
/packages/modules/Bluetooth/system/stack/test/
Dstack_smp_test.cc212 tBLE_ADDR_TYPE* p_addr_type, bool ota_address) { in TEST_F() argument
220 tBLE_ADDR_TYPE* p_addr_type, bool ota_address) { in TEST_F() argument
248 tBLE_ADDR_TYPE* p_addr_type, bool ota_address) { in TEST_F() argument
256 tBLE_ADDR_TYPE* p_addr_type, bool ota_address) { in TEST_F() argument
295 tBLE_ADDR_TYPE* p_addr_type, bool ota_address) { in TEST_F() argument
303 tBLE_ADDR_TYPE* p_addr_type, bool ota_address) { in TEST_F() argument
/packages/modules/Bluetooth/system/main/shim/
Dacl_api.cc150 bool ota_address) { in ACL_ReadConnectionAddress() argument
153 ota_address); in ACL_ReadConnectionAddress()
162 bool ota_address) { in ACL_ReadPeerConnectionAddress() argument
165 ota_address); in ACL_ReadPeerConnectionAddress()
Dacl_api.h45 tBLE_ADDR_TYPE* p_addr_type, bool ota_address);
49 bool ota_address);
Dacl.h65 bool ota_address);
67 bool ota_address);
Dacl.cc1562 uint16_t handle, bool ota_address) { in GetConnectionLocalAddress() argument
1570 if (ota_address) { in GetConnectionLocalAddress()
1580 uint16_t handle, bool ota_address) { in GetConnectionPeerAddress() argument
1587 if (ota_address) { in GetConnectionPeerAddress()
/packages/modules/Bluetooth/system/stack/fuzzers/
Dsmp_fuzzer.cc68 tBLE_ADDR_TYPE* p_addr_type, bool ota_address) { in FakeBtStack() argument
74 tBLE_ADDR_TYPE* p_addr_type, bool ota_address) { in FakeBtStack() argument
/packages/modules/Bluetooth/system/stack/include/
Dbtm_ble_api.h157 bool ota_address);
Dacl_api.h230 bool ota_address = false);
/packages/modules/Bluetooth/system/stack/acl/
Dbtm_acl.cc2188 tBLE_ADDR_TYPE* p_addr_type, bool ota_address) { in BTM_ReadConnectionAddr() argument
2196 p_sec_rec->ble_hci_handle, local_conn_addr, p_addr_type, ota_address); in BTM_ReadConnectionAddr()
2253 bool ota_address) { in BTM_ReadRemoteConnectionAddr() argument
2261 p_sec_rec->ble_hci_handle, conn_addr, p_addr_type, ota_address); in BTM_ReadRemoteConnectionAddr()