Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/host/classic/
Drfcomm.c171 static struct bt_rfcomm_server *rfcomm_server_lookup_channel(uint8_t channel) in rfcomm_server_lookup_channel() function
211 if (!rfcomm_server_lookup_channel(chan)) { in bt_rfcomm_server_register()
224 if (rfcomm_server_lookup_channel(server->channel)) { in bt_rfcomm_server_register()
492 server = rfcomm_server_lookup_channel(channel); in rfcomm_dlc_accept()