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

  /external/bluetooth/bluedroid/stack/hid/
hidh_api.c 38 tHID_HOST_CTB hh_cb; variable
57 if( hh_cb.sdp_busy )
63 hh_cb.p_sdp_db = p_db;
68 hh_cb.sdp_cback = sdp_cback ;
69 hh_cb.sdp_busy = TRUE;
101 tSDP_DISCOVERY_DB *p_db = hh_cb.p_sdp_db;
105 tHID_DEV_SDP_INFO *p_nvi = &hh_cb.sdp_rec;
111 hh_cb.sdp_busy = FALSE;
115 hh_cb.sdp_cback(sdp_result, 0, NULL);
121 hh_cb.sdp_cback(HID_SDP_NO_SERV_UUID, 0, NULL)
    [all...]
hidh_conn.c 90 memset(&hh_cb.l2cap_cfg, 0, sizeof(tL2CAP_CFG_INFO));
92 hh_cb.l2cap_cfg.mtu_present = TRUE;
93 hh_cb.l2cap_cfg.mtu = HID_HOST_MTU;
94 hh_cb.l2cap_cfg.flush_to_present = TRUE;
95 hh_cb.l2cap_cfg.flush_to = HID_HOST_FLUSH_TO;
112 hh_cb.devices[xx].in_use = FALSE ;
113 hh_cb.devices[xx].conn.conn_state = HID_CONN_STATE_UNUSED;
130 tHID_CONN *p_hcon = &hh_cb.devices[dhandle].conn;
177 L2CA_ConfigReq (p_dev->conn.ctrl_cid, &hh_cb.l2cap_cfg);
211 if( hh_cb.devices[i].in_use && (!memcmp(bd_addr, hh_cb.devices[i].addr, sizeof(BD_ADDR)))
    [all...]
hidh_int.h 83 HID_API extern tHID_HOST_CTB hh_cb;
86 #define hh_cb (*hidh_cb_ptr) macro
  /external/bluetooth/bluedroid/include/
bt_trace.h     [all...]
  /external/libnfc-nci/src/include/
bt_trace.h     [all...]

Completed in 84 milliseconds