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.c 336 if (gatt_cb.enable_err_rsp && gatt_cb.req_op_code == op_code)
341 gatt_send_error_rsp (p_tcb, gatt_cb.err_status, gatt_cb.req_op_code, gatt_cb.handle, FALSE);
407 if (gatt_cb.enable_err_rsp && gatt_cb.req_op_code == op_code)
413 gatt_send_error_rsp (p_tcb, gatt_cb.err_status, gatt_cb.req_op_code, handle, FALSE);
    [all...]
gatt_int.h 489 UINT8 req_op_code; member in struct:__anon73637
522 extern void gatt_set_err_rsp(BOOLEAN enable, UINT8 req_op_code, UINT8 err_status);
gatt_utils.c     [all...]

Completed in 205 milliseconds