• Home
  • Raw
  • Download

Lines Matching refs:auth_cmpl

827     sec_event.auth_cmpl.bd_addr = bd_addr;  in bta_dm_bond()
830 memcpy(sec_event.auth_cmpl.bd_name, p_name, (BD_NAME_LEN - 1)); in bta_dm_bond()
831 sec_event.auth_cmpl.bd_name[BD_NAME_LEN - 1] = 0; in bta_dm_bond()
838 sec_event.auth_cmpl.fail_reason = HCI_ERR_ILLEGAL_COMMAND; in bta_dm_bond()
840 sec_event.auth_cmpl.success = true; in bta_dm_bond()
2391 p_auth_cmpl = &sec_event.auth_cmpl; in bta_dm_new_link_key_cback()
2401 sec_event.auth_cmpl.fail_reason = HCI_SUCCESS; in bta_dm_new_link_key_cback()
2404 BTM_ReadDevInfo(bd_addr, &sec_event.auth_cmpl.dev_type, in bta_dm_new_link_key_cback()
2405 &sec_event.auth_cmpl.addr_type); in bta_dm_new_link_key_cback()
2437 sec_event.auth_cmpl.bd_addr = bd_addr; in bta_dm_authentication_complete_cback()
2439 memcpy(sec_event.auth_cmpl.bd_name, bd_name, (BD_NAME_LEN - 1)); in bta_dm_authentication_complete_cback()
2440 sec_event.auth_cmpl.bd_name[BD_NAME_LEN - 1] = 0; in bta_dm_authentication_complete_cback()
2443 BTM_ReadDevInfo(bd_addr, &sec_event.auth_cmpl.dev_type, in bta_dm_authentication_complete_cback()
2444 &sec_event.auth_cmpl.addr_type); in bta_dm_authentication_complete_cback()
2445 sec_event.auth_cmpl.fail_reason = (uint8_t)result; in bta_dm_authentication_complete_cback()
3852 sec_event.auth_cmpl.bd_addr = bda; in bta_dm_ble_smp_cback()
3853 BTM_ReadDevInfo(bda, &sec_event.auth_cmpl.dev_type, in bta_dm_ble_smp_cback()
3854 &sec_event.auth_cmpl.addr_type); in bta_dm_ble_smp_cback()
3857 strlcpy((char*)sec_event.auth_cmpl.bd_name, p_name, (BD_NAME_LEN)); in bta_dm_ble_smp_cback()
3859 sec_event.auth_cmpl.bd_name[0] = 0; in bta_dm_ble_smp_cback()
3862 sec_event.auth_cmpl.fail_reason = in bta_dm_ble_smp_cback()
3879 sec_event.auth_cmpl.success = true; in bta_dm_ble_smp_cback()