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
350
if (
btif_hh_cb
.devices[i].dev_status == BTHH_CONN_STATE_CONNECTED &&
351
btif_hh_cb
.devices[i].dev_handle == handle)
353
return &
btif_hh_cb
.devices[i];
371
if (
btif_hh_cb
.devices[i].dev_status != BTHH_CONN_STATE_UNKNOWN &&
372
memcmp(&(
btif_hh_cb
.devices[i].bd_addr), bd_addr, BD_ADDR_LEN) == 0)
374
return &
btif_hh_cb
.devices[i];
392
if (
btif_hh_cb
.devices[i].dev_status == BTHH_CONN_STATE_CONNECTED &&
393
memcmp(&(
btif_hh_cb
.devices[i].bd_addr), bd_addr, BD_ADDR_LEN) == 0)
395
return &
btif_hh_cb
.devices[i]
[
all
...]
/external/bluetooth/bluedroid/btif/include/
btif_hh.h
99
extern btif_hh_cb_t
btif_hh_cb
;
/external/bluetooth/bluedroid/btif/co/
bta_hh_co.c
249
p_dev = &
btif_hh_cb
.devices[i];
279
if (
btif_hh_cb
.devices[i].dev_status == BTHH_CONN_STATE_UNKNOWN) {
280
p_dev = &
btif_hh_cb
.devices[i];
287
btif_hh_cb
.device_num++;
339
p_dev = &
btif_hh_cb
.devices[i];
Completed in 60 milliseconds