Searched refs:btsnd_hcic_set_conn_encrypt (Results 1 – 6 of 6) sorted by relevance
74 struct btsnd_hcic_set_conn_encrypt btsnd_hcic_set_conn_encrypt; variable267 void btsnd_hcic_set_conn_encrypt(uint16_t handle, bool enable) { in btsnd_hcic_set_conn_encrypt() function269 test::mock::stack_hcic_hcicmds::btsnd_hcic_set_conn_encrypt(handle, enable); in btsnd_hcic_set_conn_encrypt()
428 struct btsnd_hcic_set_conn_encrypt { struct433 extern struct btsnd_hcic_set_conn_encrypt btsnd_hcic_set_conn_encrypt; argument
216 btsnd_hcic_set_conn_encrypt(hci_handle, false); in set_encryption_off()222 btsnd_hcic_set_conn_encrypt(hci_handle, true); in set_encryption_on()
90 void btsnd_hcic_set_conn_encrypt(uint16_t handle, bool enable);
644 void btsnd_hcic_set_conn_encrypt(uint16_t handle, bool enable) { in btsnd_hcic_set_conn_encrypt() function
4707 btsnd_hcic_set_conn_encrypt(p_dev_rec->hci_handle, true); in btm_sec_execute_procedure()