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

  /hardware/libhardware/include/hardware/
bt_gatt_types.h 37 } btgatt_gatt_id_t; typedef in typeref:struct:__anon24681
42 btgatt_gatt_id_t id;
bt_gatt_client.h 44 btgatt_gatt_id_t char_id;
45 btgatt_gatt_id_t descr_id;
55 btgatt_gatt_id_t char_id;
56 btgatt_gatt_id_t descr_id;
66 btgatt_gatt_id_t char_id;
145 btgatt_srvc_id_t *srvc_id, btgatt_gatt_id_t *char_id,
150 btgatt_srvc_id_t *srvc_id, btgatt_gatt_id_t *char_id,
151 btgatt_gatt_id_t *descr_id);
160 btgatt_gatt_id_t *char_id);
328 btgatt_srvc_id_t *srvc_id, btgatt_gatt_id_t *start_char_id)
    [all...]
  /system/bt/btif/include/
btif_gatt_util.h 26 void btif_to_bta_gatt_id(tBTA_GATT_ID *p_dest, btgatt_gatt_id_t *p_src);
33 void bta_to_btif_gatt_id(btgatt_gatt_id_t *p_dest, tBTA_GATT_ID *p_src);
  /system/bt/test/suite/support/
gatt.c 99 void btgattc_get_characteristic_cb(int conn_id, int status, btgatt_srvc_id_t *srvc_id, btgatt_gatt_id_t *char_id, int char_prop) {
103 void btgattc_get_descriptor_cb(int conn_id, int status, btgatt_srvc_id_t *srvc_id, btgatt_gatt_id_t *char_id, btgatt_gatt_id_t *descr_id) {
111 void btgattc_register_for_notification_cb(int conn_id, int registered, int status, btgatt_srvc_id_t *srvc_id, btgatt_gatt_id_t *char_id) {
callbacks.c 45 void btgattc_get_characteristic_cb(int conn_id, int status, btgatt_srvc_id_t *srvc_id, btgatt_gatt_id_t *char_id, int char_prop);
46 void btgattc_get_descriptor_cb(int conn_id, int status, btgatt_srvc_id_t *srvc_id, btgatt_gatt_id_t *char_id, btgatt_gatt_id_t *descr_id);
48 void btgattc_register_for_notification_cb(int conn_id, int registered, int status, btgatt_srvc_id_t *srvc_id, btgatt_gatt_id_t *char_id);
  /system/bt/btif/src/
btif_gatt_client.c 187 btgatt_gatt_id_t char_id;
188 btgatt_gatt_id_t descr_id;
    [all...]
btif_gatt_util.c 111 void btif_to_bta_gatt_id(tBTA_GATT_ID *p_dest, btgatt_gatt_id_t *p_src)
202 void bta_to_btif_gatt_id(btgatt_gatt_id_t *p_dest, tBTA_GATT_ID *p_src)
  /packages/apps/Bluetooth/jni/
com_android_bluetooth_gatt.cpp 296 btgatt_srvc_id_t *srvc_id, btgatt_gatt_id_t *char_id,
307 btgatt_srvc_id_t *srvc_id, btgatt_gatt_id_t *char_id,
308 btgatt_gatt_id_t *descr_id)
327 btgatt_srvc_id_t *srvc_id, btgatt_gatt_id_t *char_id)
    [all...]

Completed in 239 milliseconds