/packages/modules/Bluetooth/system/test/mock/ |
D | mock_main_shim_acl_api.h | 200 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()
|
D | mock_stack_acl.h | 101 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()
|
D | mock_stack_acl.cc | 190 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/ |
D | stack_smp_test.cc | 212 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/ |
D | acl_api.cc | 150 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()
|
D | acl_api.h | 45 tBLE_ADDR_TYPE* p_addr_type, bool ota_address); 49 bool ota_address);
|
D | acl.h | 65 bool ota_address); 67 bool ota_address);
|
D | acl.cc | 1562 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/ |
D | smp_fuzzer.cc | 68 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/ |
D | btm_ble_api.h | 157 bool ota_address);
|
D | acl_api.h | 230 bool ota_address = false);
|
/packages/modules/Bluetooth/system/stack/acl/ |
D | btm_acl.cc | 2188 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()
|