Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/services/ots/
Dots_client.c240 static void print_oacp_response(enum bt_gatt_ots_oacp_proc_type req_opcode, in print_oacp_response() argument
243 LOG_DBG("Request OP Code: %s", lit_request[req_opcode]); in print_oacp_response()
247 static void print_olcp_response(enum bt_gatt_ots_olcp_proc_type req_opcode, in print_olcp_response() argument
250 LOG_DBG("Request OP Code: %s", lit_olcp_request[req_opcode]); in print_olcp_response()
319 enum bt_gatt_ots_olcp_proc_type req_opcode = in olcp_ind_handler() local
324 print_olcp_response(req_opcode, result_code); in olcp_ind_handler()
326 switch (req_opcode) { in olcp_ind_handler()
363 LOG_DBG("Invalid indication req opcode %u", req_opcode); in olcp_ind_handler()
376 enum bt_gatt_ots_oacp_proc_type req_opcode; in oacp_ind_handler() local
393 if (net_buf.len >= (sizeof(req_opcode) + sizeof(result_code))) { in oacp_ind_handler()
[all …]