OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ble_auth_req
(Results
1 - 4
of
4
) sorted by null
/system/bt/include/
bte_appl.h
28
uint8_t
ble_auth_req
;
member in struct:__anon106061
/system/bt/btif/co/
bta_dm_co.cc
344
if (bte_appl_cfg.
ble_auth_req
)
345
*p_auth_req = bte_appl_cfg.
ble_auth_req
|
346
(bte_appl_cfg.
ble_auth_req
& 0x04) | ((*p_auth_req) & 0x04);
/system/bt/btif/src/
btif_gatt_test.cc
280
bte_appl_cfg.
ble_auth_req
= params->u1;
btif_dm.cc
[
all
...]
Completed in 801 milliseconds