Searched refs:enc_mode (Results 1 – 7 of 7) sorted by relevance
/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/ |
D | acl_hci_link_interface.h | 12 void btm_acl_connected(BD_ADDR bda, UINT16 handle, UINT8 link_type, UINT8 enc_mode, UINT8 status);
|
/hal_espressif-latest/components/bt/host/bluedroid/stack/btu/ |
D | btu_hcif.c | 647 UINT8 enc_mode; in btu_hcif_connection_comp_evt() local 653 STREAM_TO_UINT8 (enc_mode, p); in btu_hcif_connection_comp_evt() 657 btm_acl_connected(bda, handle, link_type, enc_mode, status); in btu_hcif_connection_comp_evt()
|
/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/include/ |
D | btm_ble_int.h | 410 void btm_ble_connected (UINT8 *bda, UINT16 handle, UINT8 enc_mode, UINT8 role, tBLE_ADDR_TYPE addr_…
|
D | btm_int.h | 1192 void btm_sec_connected (UINT8 *bda, UINT16 handle, UINT8 status, UINT8 enc_mode);
|
/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/ |
D | btm_ble.c | 1957 void btm_ble_connected (UINT8 *bda, UINT16 handle, UINT8 enc_mode, UINT8 role, in btm_ble_connected() argument 1971 handle, enc_mode, in btm_ble_connected() 1978 handle, enc_mode, in btm_ble_connected()
|
D | btm_acl.c | 2684 void btm_acl_connected(BD_ADDR bda, UINT16 handle, UINT8 link_type, UINT8 enc_mode, UINT8 status) in btm_acl_connected() argument 2692 btm_sec_connected (bda, handle, status, enc_mode); in btm_acl_connected()
|
D | btm_sec.c | 4258 void btm_sec_connected (UINT8 *bda, UINT16 handle, UINT8 status, UINT8 enc_mode) in btm_sec_connected() argument 4274 btm_pair_state_descr(btm_cb.pairing_state), handle, status, enc_mode, in btm_sec_connected() 4279 btm_pair_state_descr(btm_cb.pairing_state), handle, status, enc_mode, in btm_sec_connected() 4520 if (enc_mode != HCI_ENCRYPT_MODE_DISABLED) { in btm_sec_connected()
|