Searched defs:scb (Results 1 - 5 of 5) sorted by relevance

/external/bluetooth/bluedroid/bta/pan/
H A Dbta_pan_int.h143 BOOLEAN in_use; /* scb in use */
159 tBTA_PAN_SCB scb[BTA_PAN_NUM_CONN]; /* state machine control blocks */ member in struct:__anon971
/external/bluetooth/bluedroid/bta/hf_client/
H A Dbta_hf_client_int.h183 tBTA_HF_CLIENT_SCB scb; /* service control block */ member in struct:__anon610
/external/bluetooth/bluedroid/bta/ag/
H A Dbta_ag_int.h276 BOOLEAN in_use; /* scb in use */
319 tBTA_AG_SCB scb[BTA_AG_NUM_SCB]; /* service control blocks */ member in struct:__anon425
/external/bluetooth/bluedroid/bta/hl/
H A Dbta_hl_int.h566 tBTA_HL_SDP_CB scb[BTA_HL_NUM_SDP_CBACKS]; member in struct:__anon661
/external/bluetooth/bluedroid/stack/avdt/
H A Davdt_int.h104 ** Note that we "hide" the scb handles at the top of the message buffer.
108 /* scb transport channel connect timeout value */
111 /* scb transport channel disconnect timeout value */
204 /* scb state machine states; these state values are private to this module so
205 ** the scb state cannot be read or set by actions functions
286 /* scb state machine events */
472 /* type for scb event data */
490 tAVDT_CCB *p_ccb; /* ccb associated with this scb */
492 BOOLEAN allocated; /* whether scb is allocated or unused */
546 tAVDT_SCB scb[AVDT_NUM_SEP member in struct:__anon1223
[all...]

Completed in 328 milliseconds