Searched refs:hd_cb (Results 1 - 4 of 4) sorted by relevance

/system/bt/stack/hid/
H A Dhidd_api.cc37 tHID_DEV_CTB hd_cb; variable
49 uint8_t log_level = hd_cb.trace_level;
53 memset(&hd_cb, 0, sizeof(tHID_DEV_CTB));
54 hd_cb.trace_level = log_level;
69 if (new_level != 0xFF) hd_cb.trace_level = new_level;
71 return (hd_cb.trace_level);
88 if (hd_cb.reg_flag) return HID_ERR_ALREADY_REGISTERED;
96 hd_cb.callback = host_cback;
97 hd_cb.reg_flag = TRUE;
99 if (hd_cb
[all...]
H A Dhidd_conn.cc83 p_hcon = &hd_cb.device.conn;
90 hd_cb.device.state = HIDD_DEV_CONNECTED;
92 hd_cb.callback(hd_cb.device.addr, HID_DHOST_EVT_OPEN, 0, NULL);
95 if (hd_cb.pending_data) {
96 L2CA_DataWrite(p_hcon->intr_cid, hd_cb.pending_data);
97 hd_cb.pending_data = NULL;
123 L2CA_ConfigReq(p_dev->conn.ctrl_cid, &hd_cb.l2cap_cfg);
161 L2CA_ConfigReq(p_dev->conn.ctrl_cid, &hd_cb.l2cap_cfg);
186 p_dev = &hd_cb
[all...]
H A Dhidd_int.h83 extern tHID_DEV_CTB hd_cb;
/system/bt/internal_include/
H A Dbt_trace.h368 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) \

Completed in 502 milliseconds