Searched refs:rfc_slot_t (Results 1 – 1 of 1) sorted by relevance
93 } rfc_slot_t; typedef95 static rfc_slot_t rfc_slots[MAX_RFC_CHANNEL];101 static rfc_slot_t* find_free_slot(void);102 static void cleanup_rfc_slot(rfc_slot_t* rs);106 static bool send_app_scn(rfc_slot_t* rs);143 static rfc_slot_t* find_free_slot(void) { in find_free_slot()149 static rfc_slot_t* find_rfc_slot_by_id(uint32_t id) { in find_rfc_slot_by_id()159 static rfc_slot_t* find_rfc_slot_by_pending_sdp(void) { in find_rfc_slot_by_pending_sdp()178 static rfc_slot_t* alloc_rfc_slot(const RawAddress* addr, const char* name, in alloc_rfc_slot()191 rfc_slot_t* slot = find_free_slot(); in alloc_rfc_slot()[all …]