Home
last modified time | relevance | path

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

/system/bt/stack/include/
Dacl_hci_link_interface.h32 tHCI_STATUS status, uint8_t enc_mode);
34 uint8_t enc_mode);
/system/bt/stack/btm/
Dbtm_ble_int.h51 uint8_t enc_mode, uint8_t role,
54 const tBLE_BD_ADDR& address_with_type, uint16_t handle, uint8_t enc_mode,
Dbtm_sec.h629 tHCI_STATUS status, uint8_t enc_mode,
Dsecurity_device_record.h231 tHCI_STATUS status, uint8_t enc_mode,
Dbtm_ble.cc1687 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()
Dbtm_sec.cc3386 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/
Dmock_stack_btm_ble.cc203 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
Dmock_stack_acl.cc315 tHCI_STATUS status, uint8_t enc_mode) { in btm_acl_connected() argument
447 uint8_t enc_mode) { in on_acl_br_edr_connected() argument
Dmock_stack_btm_sec.cc259 tHCI_STATUS status, uint8_t enc_mode, in btm_sec_connected() argument
/system/bt/main/shim/
Dacl_legacy_interface.h34 uint8_t enc_mode);
/system/bt/stack/btu/
Dbtu_hcif.cc955 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/
Dbtm_acl.cc2549 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/
Dmain_shim_test.cc87 uint16_t handle, uint8_t enc_mode) { in mock_connection_classic_on_connected() argument