/system/bt/stack/include/ |
D | acl_hci_link_interface.h | 32 tHCI_STATUS status, uint8_t enc_mode); 34 uint8_t enc_mode);
|
/system/bt/stack/btm/ |
D | btm_ble_int.h | 51 uint8_t enc_mode, uint8_t role, 54 const tBLE_BD_ADDR& address_with_type, uint16_t handle, uint8_t enc_mode,
|
D | btm_sec.h | 629 tHCI_STATUS status, uint8_t enc_mode,
|
D | security_device_record.h | 231 tHCI_STATUS status, uint8_t enc_mode,
|
D | btm_ble.cc | 1687 void btm_ble_connected(const RawAddress& bda, uint16_t handle, uint8_t enc_mode, in btm_ble_connected() argument 1720 const tBLE_BD_ADDR& address_with_type, uint16_t handle, uint8_t enc_mode, in btm_ble_connected_from_address_with_type() argument 1722 btm_ble_connected(address_with_type.bda, handle, enc_mode, role, in btm_ble_connected_from_address_with_type()
|
D | btm_sec.cc | 3386 tHCI_STATUS status, uint8_t enc_mode, in btm_sec_connected() argument 3401 hci_status_code_text(status).c_str(), enc_mode, PRIVATE_ADDRESS(bda)); in btm_sec_connected() 3427 hci_status_code_text(status).c_str(), enc_mode, PRIVATE_ADDRESS(bda), in btm_sec_connected() 3635 if (enc_mode != HCI_ENCRYPT_MODE_DISABLED) in btm_sec_connected()
|
/system/bt/test/mock/ |
D | mock_stack_btm_ble.cc | 203 void btm_ble_connected(const RawAddress& bda, uint16_t handle, uint8_t enc_mode, in btm_ble_connected() argument 209 const tBLE_BD_ADDR& address_with_type, uint16_t handle, uint8_t enc_mode, in btm_ble_connected_from_address_with_type() argument
|
D | mock_stack_acl.cc | 315 tHCI_STATUS status, uint8_t enc_mode) { in btm_acl_connected() argument 447 uint8_t enc_mode) { in on_acl_br_edr_connected() argument
|
D | mock_stack_btm_sec.cc | 259 tHCI_STATUS status, uint8_t enc_mode, in btm_sec_connected() argument
|
/system/bt/main/shim/ |
D | acl_legacy_interface.h | 34 uint8_t enc_mode);
|
/system/bt/stack/btu/ |
D | btu_hcif.cc | 955 uint8_t enc_mode; in btu_hcif_connection_comp_evt() local 968 STREAM_TO_UINT8(enc_mode, p); in btu_hcif_connection_comp_evt() 976 __func__, status, handle, link_type, enc_mode); in btu_hcif_connection_comp_evt() 980 btm_acl_connected(bda, handle, static_cast<tHCI_STATUS>(status), enc_mode); in btu_hcif_connection_comp_evt()
|
/system/bt/stack/acl/ |
D | btm_acl.cc | 2549 uint8_t enc_mode) { in on_acl_br_edr_connected() argument 2551 btm_sec_connected(bda, handle, HCI_SUCCESS, enc_mode, in on_acl_br_edr_connected() 2554 btm_sec_connected(bda, handle, HCI_SUCCESS, enc_mode); in on_acl_br_edr_connected() 2594 tHCI_STATUS status, uint8_t enc_mode) { in btm_acl_connected() argument 2597 return on_acl_br_edr_connected(bda, handle, enc_mode); in btm_acl_connected()
|
/system/bt/main/test/ |
D | main_shim_test.cc | 87 uint16_t handle, uint8_t enc_mode) { in mock_connection_classic_on_connected() argument
|