Searched refs:BTP_SERVICE_ID_L2CAP (Results 1 – 3 of 3) sorted by relevance
/Zephyr-Core-3.7.0/tests/bluetooth/tester/src/btp/ |
D | btp.h | 51 #define BTP_SERVICE_ID_L2CAP 3 macro
|
/Zephyr-Core-3.7.0/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 | 62 tester_event(BTP_SERVICE_ID_L2CAP, BTP_L2CAP_EV_DATA_RECEIVED, in recv_cb() 102 tester_event(BTP_SERVICE_ID_L2CAP, BTP_L2CAP_EV_CONNECTED, &ev, sizeof(ev)); in connected_cb() 138 tester_event(BTP_SERVICE_ID_L2CAP, BTP_L2CAP_EV_DISCONNECTED, &ev, sizeof(ev)); in disconnected_cb() 157 tester_event(BTP_SERVICE_ID_L2CAP, BTP_L2CAP_EV_RECONFIGURED, &ev, sizeof(ev)); in reconfigured_cb() 610 tester_register_command_handlers(BTP_SERVICE_ID_L2CAP, handlers, in tester_init_l2cap()
|