Home
last modified time | relevance | path

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

/external/bluetooth/bluedroid/btif/src/
Dbtif_sock_rfc.c96 } rfc_slot_t; typedef
98 static rfc_slot_t rfc_slots[MAX_RFC_CHANNEL];
102 static void cleanup_rfc_slot(rfc_slot_t* rs);
107 static inline BOOLEAN send_app_scn(rfc_slot_t* rs);
133 memset(rfc_slots, 0, sizeof(rfc_slot_t)*MAX_RFC_CHANNEL); in init_rfc_slots()
164 static inline rfc_slot_t* find_free_slot() in find_free_slot()
176 static inline rfc_slot_t* find_rfc_slot_by_id(uint32_t id) in find_rfc_slot_by_id()
192 static inline rfc_slot_t* find_rfc_slot_by_pending_sdp() in find_rfc_slot_by_pending_sdp()
212 static inline rfc_slot_t* find_rfc_slot_requesting_sdp() in find_rfc_slot_requesting_sdp()
224 static inline rfc_slot_t* find_rfc_slot_by_fd(int fd) in find_rfc_slot_by_fd()
[all …]