Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/btif/src/
Dbtif_sock_rfc.cc92 } rfc_slot_t; typedef
94 static rfc_slot_t rfc_slots[MAX_RFC_CHANNEL];
100 static rfc_slot_t* find_free_slot(void);
101 static void cleanup_rfc_slot(rfc_slot_t* rs);
105 static bool send_app_scn(rfc_slot_t* rs);
147 static rfc_slot_t* find_free_slot(void) { in find_free_slot()
153 static rfc_slot_t* find_rfc_slot_by_id(uint32_t id) { in find_rfc_slot_by_id()
162 static rfc_slot_t* find_rfc_slot_by_pending_sdp(void) { in find_rfc_slot_by_pending_sdp()
184 static rfc_slot_t* alloc_rfc_slot(const RawAddress* addr, const char* name, in alloc_rfc_slot()
197 rfc_slot_t* slot = find_free_slot(); in alloc_rfc_slot()
[all …]