OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:conn_dat
(Results
1 - 2
of
2
) sorted by null
/system/bt/bta/hh/
bta_hh_act.c
423
tBTA_HH_CONN
conn_dat
;
local
431
memset((void *)&
conn_dat
, 0, sizeof(tBTA_HH_CONN));
432
conn_dat
.handle = p_cb->hid_handle;
433
bdcpy(
conn_dat
.bda, p_cb->addr);
489
conn_dat
.status = status;
490
(* bta_hh_cb.p_cback)(BTA_HH_OPEN_EVT, (tBTA_HH *)&
conn_dat
);
826
tBTA_HH_CONN
conn_dat
;
local
829
memset(&
conn_dat
, 0, sizeof(tBTA_HH_CONN));
830
conn_dat
.handle = p_cb->hid_handle;
831
conn_dat
.status = (reason == HID_ERR_AUTH_FAILED)
869
tBTA_HH_CONN
conn_dat
;
local
[
all
...]
bta_hh_le.c
2208
tBTA_HH_CONN
conn_dat
;
local
[
all
...]
Completed in 57 milliseconds