Searched refs:rfc_slot_t (Results 1 – 1 of 1) sorted by relevance
110 } rfc_slot_t; typedef112 static rfc_slot_t rfc_slots[MAX_RFC_CHANNEL];118 static rfc_slot_t* find_free_slot(void);119 static void cleanup_rfc_slot(rfc_slot_t* rs, btsock_error_code_t error_code);122 static bool send_app_scn(rfc_slot_t* rs);167 static rfc_slot_t* find_free_slot(void) { in find_free_slot()176 static rfc_slot_t* find_rfc_slot_by_id(uint32_t id) { in find_rfc_slot_by_id()188 static rfc_slot_t* find_rfc_slot_by_pending_sdp(void) { in find_rfc_slot_by_pending_sdp()211 static rfc_slot_t* alloc_rfc_slot(const RawAddress* addr, const char* name, const Uuid& uuid, in alloc_rfc_slot()227 rfc_slot_t* slot = find_free_slot(); in alloc_rfc_slot()[all …]