Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/host/classic/
Dsdp.c73 static struct bt_sdp bt_sdp_pool[CONFIG_BT_MAX_CONN]; variable
1415 for (i = 0; i < ARRAY_SIZE(bt_sdp_pool); i++) { in bt_sdp_accept()
1416 struct bt_sdp *sdp = &bt_sdp_pool[i]; in bt_sdp_accept()