Searched refs:rfc_slot_t (Results 1 – 1 of 1) sorted by relevance
92 } rfc_slot_t; typedef94 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);104 static bool send_app_scn(rfc_slot_t *rs);143 static rfc_slot_t *find_free_slot(void) { in find_free_slot()150 static rfc_slot_t *find_rfc_slot_by_id(uint32_t id) { in find_rfc_slot_by_id()161 static rfc_slot_t *find_rfc_slot_by_pending_sdp(void) { in find_rfc_slot_by_pending_sdp()180 static rfc_slot_t *alloc_rfc_slot(const bt_bdaddr_t *addr, const char *name, const uint8_t *uuid, i… in alloc_rfc_slot()191 rfc_slot_t *slot = find_free_slot(); in alloc_rfc_slot()[all …]