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

  /system/bt/stack/hid/
hidd_api.cc 38 tHID_DEV_CTB hd_cb; variable
51 uint8_t log_level = hd_cb.trace_level;
55 memset(&hd_cb, 0, sizeof(tHID_DEV_CTB));
56 hd_cb.trace_level = log_level;
71 if (new_level != 0xFF) hd_cb.trace_level = new_level;
73 return (hd_cb.trace_level);
90 if (hd_cb.reg_flag) return HID_ERR_ALREADY_REGISTERED;
98 hd_cb.callback = host_cback;
99 hd_cb.reg_flag = TRUE;
101 if (hd_cb.pending_data)
    [all...]
hidd_conn.cc 81 p_hcon = &hd_cb.device.conn;
88 hd_cb.device.state = HIDD_DEV_CONNECTED;
90 hd_cb.callback(hd_cb.device.addr, HID_DHOST_EVT_OPEN, 0, NULL);
93 if (hd_cb.pending_data) {
94 L2CA_DataWrite(p_hcon->intr_cid, hd_cb.pending_data);
95 hd_cb.pending_data = NULL;
121 L2CA_ConfigReq(p_dev->conn.ctrl_cid, &hd_cb.l2cap_cfg);
159 L2CA_ConfigReq(p_dev->conn.ctrl_cid, &hd_cb.l2cap_cfg);
184 p_dev = &hd_cb.device
    [all...]
hidd_int.h 84 extern tHID_DEV_CTB hd_cb;
87 #define hd_cb (*hidd_cb_ptr) macro
  /system/bt/include/
bt_trace.h 368 if (hd_cb.trace_level >= BT_TRACE_LEVEL_ERROR) \
373 if (hd_cb.trace_level >= BT_TRACE_LEVEL_WARNING) \
378 if (hd_cb.trace_level >= BT_TRACE_LEVEL_API) \
383 if (hd_cb.trace_level >= BT_TRACE_LEVEL_EVENT) \
388 if (hd_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) \
393 if (hd_cb.trace_level >= BT_TRACE_LEVEL_VERBOSE) \
    [all...]

Completed in 925 milliseconds