OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:auth_req
(Results
1 - 12
of
12
) sorted by null
/external/bluetooth/bluedroid/stack/gatt/
gatt_auth.c
318
tGATT_AUTH_REQ
auth_req
= p_clcb->
auth_req
;
local
325
if (
auth_req
== GATT_AUTH_REQ_NONE )
330
btm_ble_link_sec_check(p_tcb->peer_bda,
auth_req
, &sec_act);
334
auth_req
!= GATT_AUTH_REQ_NONE)
349
switch (
auth_req
)
380
((
auth_req
== GATT_AUTH_REQ_SIGNED_NO_MITM) ||
381
(
auth_req
== GATT_AUTH_REQ_SIGNED_MITM)))
gatt_int.h
408
tGATT_AUTH_REQ
auth_req
; /* authentication requirement */
member in struct:__anon5917
/external/bluetooth/bluedroid/stack/smp/
smp_act.c
95
cb_data.io_req.
auth_req
= p_cb->peer_auth_req;
110
p_cb->loc_auth_req = cb_data.io_req.
auth_req
;
309
tBTM_LE_AUTH_REQ
auth_req
= *(tBTM_LE_AUTH_REQ *)p_data;
local
313
SMP_TRACE_DEBUG ("smp_proc_sec_req
auth_req
=0x%x",
auth_req
);
317
btm_ble_link_sec_check(p_cb->pairing_bda,
auth_req
, &sec_req_act);
331
p_cb->peer_auth_req =
auth_req
;
[
all
...]
/external/bluetooth/bluedroid/stack/include/
smp_api.h
129
tSMP_AUTH_REQ
auth_req
; /* Authentication required (for local device) */
member in struct:__anon6238
gatt_api.h
316
tGATT_AUTH_REQ
auth_req
; /* authentication request */
member in struct:__anon6152
427
tGATT_AUTH_REQ
auth_req
;
member in struct:__anon6161
438
tGATT_AUTH_REQ
auth_req
;
member in struct:__anon6162
446
tGATT_AUTH_REQ
auth_req
;
member in struct:__anon6163
453
tGATT_AUTH_REQ
auth_req
;
member in struct:__anon6164
[
all
...]
btm_api.h
1461
tBTM_AUTH_REQ
auth_req
; \/* Authentication required (for local device) *\/
member in struct:__anon6055
1471
tBTM_AUTH_REQ
auth_req
; \/* Authentication required for peer device *\/
member in struct:__anon6056
1632
tBTM_LE_AUTH_REQ
auth_req
; \/* Authentication request (for local device) contain bonding and MITM info *\/
member in struct:__anon6068
[
all
...]
/external/bluetooth/bluedroid/bta/dm/
bta_dm_act.c
1160
tBTM_AUTH_REQ
auth_req
= BTM_AUTH_AP_NO;
local
[
all
...]
bta_dm_int.h
322
tBTA_AUTH_REQ
auth_req
;
member in struct:__anon5112
[
all
...]
/external/bluetooth/bluedroid/bta/gatt/
bta_gattc_int.h
129
tBTA_GATT_AUTH_REQ
auth_req
;
member in struct:__anon5181
138
tBTA_GATT_AUTH_REQ
auth_req
;
member in struct:__anon5182
180
tBTA_GATT_AUTH_REQ
auth_req
;
member in struct:__anon5187
/external/bluetooth/bluedroid/btif/src/
btif_dm.c
126
UINT8
auth_req
;
member in struct:__anon5681
[
all
...]
btif_gatt_client.c
200
uint8_t
auth_req
;
member in struct:__anon5693
[
all
...]
/external/bluetooth/bluedroid/stack/btm/
btm_sec.c
4934
tBTM_AUTH_REQ
auth_req
= BTM_AUTH_AP_NO;
local
4936
tBTM_AUTH_REQ
auth_req
= BTM_AUTH_AP_YES;
local
[
all
...]
Completed in 889 milliseconds