Home
last modified time | relevance | path

Searched refs:rfc_slot_t (Results 1 – 1 of 1) sorted by relevance

/system/bt/btif/src/
Dbtif_sock_rfc.cc106 } rfc_slot_t; typedef
108 static rfc_slot_t rfc_slots[MAX_RFC_CHANNEL];
114 static rfc_slot_t* find_free_slot(void);
115 static void cleanup_rfc_slot(rfc_slot_t* rs);
119 static bool send_app_scn(rfc_slot_t* rs);
156 static rfc_slot_t* find_free_slot(void) { in find_free_slot()
162 static rfc_slot_t* find_rfc_slot_by_id(uint32_t id) { in find_rfc_slot_by_id()
172 static rfc_slot_t* find_rfc_slot_by_pending_sdp(void) { in find_rfc_slot_by_pending_sdp()
191 static rfc_slot_t* alloc_rfc_slot(const RawAddress* addr, const char* name, in alloc_rfc_slot()
204 rfc_slot_t* slot = find_free_slot(); in alloc_rfc_slot()
[all …]