Searched refs:bt_sdp_pool (Results 1 – 1 of 1) sorted by relevance
70 static struct bt_sdp bt_sdp_pool[CONFIG_BT_MAX_CONN]; variable1404 for (i = 0; i < ARRAY_SIZE(bt_sdp_pool); i++) { in bt_sdp_accept()1405 struct bt_sdp *sdp = &bt_sdp_pool[i]; in bt_sdp_accept()