OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:auth_cmpl
(Results
1 - 3
of
3
) sorted by null
/external/bluetooth/bluedroid/bta/dm/
bta_dm_act.c
847
bdcpy(sec_event.
auth_cmpl
.bd_addr, p_data->bond.bd_addr);
848
memcpy(sec_event.
auth_cmpl
.bd_name, p_name, (BD_NAME_LEN-1));
849
sec_event.
auth_cmpl
.bd_name[BD_NAME_LEN-1] = 0;
852
sec_event.
auth_cmpl
.key_present = FALSE;
853
sec_event.
auth_cmpl
.success = FALSE;
855
sec_event.
auth_cmpl
.fail_reason = HCI_ERR_ILLEGAL_COMMAND;
858
sec_event.
auth_cmpl
.success = TRUE;
[
all
...]
/external/bluetooth/bluedroid/btif/src/
btif_dm.c
[
all
...]
/external/bluetooth/bluedroid/bta/include/
bta_api.h
791
tBTA_DM_AUTH_CMPL
auth_cmpl
; \/* Authentication complete indication. *\/
member in union:__anon362
[
all
...]
Completed in 46 milliseconds