Searched refs:BTP_SERVICE_ID_L2CAP (Results 1 – 3 of 3) sorted by relevance
/Zephyr-latest/tests/bluetooth/tester/src/btp/ |
D | btp.h | 51 #define BTP_SERVICE_ID_L2CAP 0x03 macro
|
/Zephyr-latest/tests/bluetooth/tester/src/ |
D | btp_core.c | 58 tester_set_bit(rp->data, BTP_SERVICE_ID_L2CAP); in supported_services() 140 case BTP_SERVICE_ID_L2CAP: in register_service() 290 case BTP_SERVICE_ID_L2CAP: in unregister_service()
|
D | btp_l2cap.c | 68 tester_event(BTP_SERVICE_ID_L2CAP, BTP_L2CAP_EV_DATA_RECEIVED, chan->recv_cb_buf, in seg_recv_cb() 97 tester_event(BTP_SERVICE_ID_L2CAP, BTP_L2CAP_EV_DATA_RECEIVED, in recv_cb() 138 tester_event(BTP_SERVICE_ID_L2CAP, BTP_L2CAP_EV_CONNECTED, &ev, sizeof(ev)); in connected_cb() 176 tester_event(BTP_SERVICE_ID_L2CAP, BTP_L2CAP_EV_DISCONNECTED, &ev, sizeof(ev)); in disconnected_cb() 195 tester_event(BTP_SERVICE_ID_L2CAP, BTP_L2CAP_EV_RECONFIGURED, &ev, sizeof(ev)); in reconfigured_cb() 673 tester_register_command_handlers(BTP_SERVICE_ID_L2CAP, handlers, in tester_init_l2cap()
|