OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:ble_auth_req
(Results
1 - 3
of
3
) sorted by null
/external/bluetooth/bluedroid/btif/co/
bta_dm_co.c
401
if (bte_appl_cfg.
ble_auth_req
)
402
*p_auth_req = bte_appl_cfg.
ble_auth_req
| (bte_appl_cfg.
ble_auth_req
& 0x04) | ((*p_auth_req) & 0x04);
/external/bluetooth/bluedroid/include/
bte_appl.h
74
UINT8
ble_auth_req
;
member in struct:__anon748
/external/bluetooth/bluedroid/btif/src/
btif_gatt_test.c
280
bte_appl_cfg.
ble_auth_req
= params->u1;
Completed in 1572 milliseconds