Lines Matching refs:auth_cmpl
727 sec_event.auth_cmpl.bd_addr = bd_addr; in bta_dm_bond()
732 memcpy(sec_event.auth_cmpl.bd_name, p_name, BD_NAME_LEN); in bta_dm_bond()
733 sec_event.auth_cmpl.bd_name[BD_NAME_LEN] = 0; in bta_dm_bond()
740 sec_event.auth_cmpl.fail_reason = HCI_ERR_ILLEGAL_COMMAND; in bta_dm_bond()
742 sec_event.auth_cmpl.success = true; in bta_dm_bond()
2071 p_auth_cmpl = &sec_event.auth_cmpl; in bta_dm_new_link_key_cback()
2081 sec_event.auth_cmpl.fail_reason = HCI_SUCCESS; in bta_dm_new_link_key_cback()
2084 BTM_ReadDevInfo(bd_addr, &sec_event.auth_cmpl.dev_type, in bta_dm_new_link_key_cback()
2085 &sec_event.auth_cmpl.addr_type); in bta_dm_new_link_key_cback()
2114 .auth_cmpl = in bta_dm_authentication_complete_cback()
2119 memcpy(sec_event.auth_cmpl.bd_name, bd_name, BD_NAME_LEN); in bta_dm_authentication_complete_cback()
2120 sec_event.auth_cmpl.bd_name[BD_NAME_LEN] = 0; in bta_dm_authentication_complete_cback()
2123 BTM_ReadDevInfo(bd_addr, &sec_event.auth_cmpl.dev_type, in bta_dm_authentication_complete_cback()
2124 &sec_event.auth_cmpl.addr_type); in bta_dm_authentication_complete_cback()
2125 sec_event.auth_cmpl.fail_reason = reason; in bta_dm_authentication_complete_cback()
3511 sec_event.auth_cmpl.bd_addr = bda; in bta_dm_ble_smp_cback()
3512 BTM_ReadDevInfo(bda, &sec_event.auth_cmpl.dev_type, in bta_dm_ble_smp_cback()
3513 &sec_event.auth_cmpl.addr_type); in bta_dm_ble_smp_cback()
3518 strlcpy((char*)sec_event.auth_cmpl.bd_name, p_name, (BD_NAME_LEN + 1)); in bta_dm_ble_smp_cback()
3520 sec_event.auth_cmpl.bd_name[0] = 0; in bta_dm_ble_smp_cback()
3524 sec_event.auth_cmpl.fail_reason = in bta_dm_ble_smp_cback()
3542 sec_event.auth_cmpl.success = true; in bta_dm_ble_smp_cback()