OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:btif_hh_cb
(Results
1 - 3
of
3
) sorted by null
/external/bluetooth/bluedroid/btif/src/
btif_hh.c
118
btif_hh_cb_t
btif_hh_cb
;
variable
337
if (
btif_hh_cb
.devices[i].dev_status != BTHH_CONN_STATE_UNKNOWN &&
338
btif_hh_cb
.devices[i].dev_handle == handle)
340
return &
btif_hh_cb
.devices[i];
359
if (
btif_hh_cb
.devices[i].dev_status == BTHH_CONN_STATE_CONNECTED &&
360
btif_hh_cb
.devices[i].dev_handle == handle)
362
return &
btif_hh_cb
.devices[i];
380
if (
btif_hh_cb
.devices[i].dev_status != BTHH_CONN_STATE_UNKNOWN &&
381
memcmp(&(
btif_hh_cb
.devices[i].bd_addr), bd_addr, BD_ADDR_LEN) == 0)
383
return &
btif_hh_cb
.devices[i]
[
all
...]
/external/bluetooth/bluedroid/btif/include/
btif_hh.h
100
extern btif_hh_cb_t
btif_hh_cb
;
/external/bluetooth/bluedroid/btif/co/
bta_hh_co.c
244
p_dev = &
btif_hh_cb
.devices[i];
274
if (
btif_hh_cb
.devices[i].dev_status == BTHH_CONN_STATE_UNKNOWN) {
275
p_dev = &
btif_hh_cb
.devices[i];
282
btif_hh_cb
.device_num++;
334
p_dev = &
btif_hh_cb
.devices[i];
Completed in 91 milliseconds