OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BTA_HH_GET_LE_CB_IDX
(Results
1 - 3
of
3
) sorted by null
/external/bluetooth/bluedroid/bta/hh/
bta_hh_utils.c
128
bta_hh_cb.le_cb_index[
BTA_HH_GET_LE_CB_IDX
(p_cb->hid_handle)] = BTA_HH_IDX_INVALID;
497
index = bta_hh_cb.le_cb_index[
BTA_HH_GET_LE_CB_IDX
(dev_handle)];
bta_hh_int.h
232
#define
BTA_HH_GET_LE_CB_IDX
(x) (((x) >> 4) - 1)
bta_hh_le.c
338
bta_hh_cb.le_cb_index[
BTA_HH_GET_LE_CB_IDX
(p_cb->hid_handle)] = p_cb->index;
[
all
...]
Completed in 507 milliseconds