HomeSort by relevance Sort by last modified time
    Searched refs:req_op_code (Results 1 - 3 of 3) sorted by null

  /system/bt/stack/gatt/
gatt_sr.cc 296 if (gatt_cb.enable_err_rsp && gatt_cb.req_op_code == op_code) {
301 gatt_send_error_rsp(p_tcb, gatt_cb.err_status, gatt_cb.req_op_code,
358 if (gatt_cb.enable_err_rsp && gatt_cb.req_op_code == op_code) {
365 gatt_send_error_rsp(p_tcb, gatt_cb.err_status, gatt_cb.req_op_code, handle,
828 if (gatt_cb.enable_err_rsp && gatt_cb.req_op_code == op_code) {
833 gatt_send_error_rsp(p_tcb, gatt_cb.err_status, gatt_cb.req_op_code, s_hdl,
    [all...]
gatt_int.h 389 uint8_t req_op_code; member in struct:__anon106247
411 extern void gatt_set_err_rsp(bool enable, uint8_t req_op_code,
gatt_utils.cc     [all...]

Completed in 141 milliseconds