Searched refs:btp_opcode (Results  1 – 1 of 1) sorted by relevance
| /Zephyr-latest/tests/bluetooth/tester/src/ | 
| D | btp_gatt.c | 1026 static uint8_t btp_opcode;  variable 1044 		tester_rsp_full(BTP_SERVICE_ID_GATT, btp_opcode,  in disc_prim_cb() 1056 		tester_rsp(BTP_SERVICE_ID_GATT, btp_opcode, BTP_STATUS_FAILED);  in disc_prim_cb() 1102 	btp_opcode = BTP_GATT_DISC_ALL_PRIM;  in disc_all_prim() 1148 	btp_opcode = BTP_GATT_DISC_PRIM_UUID;  in disc_prim_uuid() 1250 		tester_rsp_full(BTP_SERVICE_ID_GATT, btp_opcode,  in disc_chrc_cb() 1262 		tester_rsp(BTP_SERVICE_ID_GATT, btp_opcode, BTP_STATUS_FAILED);  in disc_chrc_cb() 1308 	btp_opcode = BTP_GATT_DISC_ALL_CHRC;  in disc_all_chrc() 1355 	btp_opcode = BTP_GATT_DISC_CHRC_UUID;  in disc_chrc_uuid() 1463 		tester_rsp_full(BTP_SERVICE_ID_GATT, btp_opcode,  in read_cb() [all …] 
 |