OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:sec_id
(Results
1 - 4
of
4
) sorted by null
/system/bt/bta/jv/
bta_jv_act.c
63
uint8_t
sec_id
;
member in struct:fc_client
119
if(0 == bta_jv_cb.
sec_id
[i])
121
bta_jv_cb.
sec_id
[i] = BTA_JV_FIRST_SERVICE_ID + i;
122
ret = bta_jv_cb.
sec_id
[i];
135
if(bta_jv_cb.
sec_id
[i])
169
UINT8
sec_id
= *p_sec_id;
local
171
if(
sec_id
>= BTA_JV_FIRST_SERVICE_ID &&
sec_id
<= BTA_JV_LAST_SERVICE_ID)
173
BTM_SecClrService(
sec_id
);
174
bta_jv_cb.
sec_id
[sec_id - BTA_JV_FIRST_SERVICE_ID] = 0
1055
UINT8
sec_id
;
local
1223
UINT8
sec_id
;
local
1571
UINT8
sec_id
= 0;
local
1908
UINT8
sec_id
= 0;
local
2316
uint8_t
sec_id
;
local
[
all
...]
bta_jv_int.h
125
tBTA_SERVICE_ID
sec_id
; /* service id */
member in struct:__anon72092
155
tBTA_SERVICE_ID
sec_id
; /* service id */
member in struct:__anon72094
383
UINT8
sec_id
[BTA_JV_NUM_SERVICE_ID]; /* service ID */
member in struct:__anon72114
/external/autotest/server/cros/ap_configurators/
westerndigitaln600_ap_configurator.py
304
sec_id
= 'security_type'
306
sec_id
= 'security_type_Aband'
308
self.wait_for_object_by_id(
sec_id
, wait_time=5)
309
if self.item_in_popup_by_id_exist(security_type,
sec_id
):
310
self.select_item_from_popup_by_id(security_type,
sec_id
,
319
(
sec_id
, security_type))
/system/bt/bta/include/
bta_jv_api.h
214
UINT8
sec_id
; /* security ID used by this server */
member in struct:__anon72053
222
UINT8
sec_id
; /* security ID used by this client */
member in struct:__anon72054
297
UINT8
sec_id
; /* security ID used by this server */
member in struct:__anon72062
306
UINT8
sec_id
; /* security ID used by this client */
member in struct:__anon72063
[
all
...]
Completed in 261 milliseconds