OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GATT_GET_TCB_IDX
(Results
1 - 3
of
3
) sorted by null
/external/bluetooth/bluedroid/stack/gatt/
gatt_api.c
603
UINT8 tcb_idx =
GATT_GET_TCB_IDX
(conn_id);
673
UINT8 tcb_idx =
GATT_GET_TCB_IDX
(conn_id);
717
UINT8 tcb_idx =
GATT_GET_TCB_IDX
(conn_id);
770
UINT8 tcb_idx =
GATT_GET_TCB_IDX
(conn_id);
822
UINT8 tcb_idx =
GATT_GET_TCB_IDX
(conn_id);
891
UINT8 tcb_idx =
GATT_GET_TCB_IDX
(conn_id);
[
all
...]
gatt_int.h
36
#define
GATT_GET_TCB_IDX
(conn_id) ((UINT8) (((UINT16) (conn_id)) >> 8))
gatt_utils.c
[
all
...]
Completed in 21 milliseconds