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

  /system/bt/bta/gatt/
bta_gattc_api.c 325 p_char_uuid_cond, &p_char_result->char_id, (void *)p_property))
343 ** after the one identified by char_id.
366 &p_start_char_id->char_id,
368 &p_char_result->char_id,
409 &p_char_id->char_id,
411 &p_descr_result->char_id.char_id,
415 memcpy(&p_descr_result->descr_id, &p_descr_result->char_id.char_id, sizeof(tBTA_GATT_ID));
416 memcpy(&p_descr_result->char_id, p_char_id, sizeof(tBTA_GATTC_CHAR_ID))
    [all...]
bta_gattc_act.c     [all...]
bta_gattc_utils.c 552 if (bta_gattc_gattid_compare (&p_src->char_id, &p_tar->char_id) &&
577 bta_gattc_charid_compare (&p_clreg->notif_reg[i].char_id, &p_notify->char_id))
650 &p_value->aggre_value.pre_format[i].char_id.srvc_id,
651 &p_value->aggre_value.pre_format[i].char_id.char_id,
bta_gattc_int.h 131 tBTA_GATT_ID char_id; member in struct:__anon68667
140 tBTA_GATT_ID char_id; member in struct:__anon68668
158 tBTA_GATT_ID char_id; member in struct:__anon68670
352 tBTA_GATTC_CHAR_ID char_id; member in struct:__anon68683
521 extern BOOLEAN bta_gattc_handle2id(tBTA_GATTC_SERV *p_srcb, UINT16 handle, tBTA_GATT_SRVC_ID *service_id, tBTA_GATT_ID *char_id, tBTA_GATT_ID *p_type);
  /hardware/libhardware/include/hardware/
bt_gatt_client.h 44 btgatt_gatt_id_t char_id; member in struct:__anon24669
55 btgatt_gatt_id_t char_id; member in struct:__anon24670
66 btgatt_gatt_id_t char_id; member in struct:__anon24671
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,
160 btgatt_gatt_id_t *char_id);
335 btgatt_srvc_id_t *srvc_id, btgatt_gatt_id_t *char_id,
340 btgatt_srvc_id_t *srvc_id, btgatt_gatt_id_t *char_id,
345 btgatt_srvc_id_t *srvc_id, btgatt_gatt_id_t *char_id,
351 btgatt_srvc_id_t *srvc_id, btgatt_gatt_id_t *char_id,
    [all...]
  /system/bt/bta/hh/
bta_hh_le.c 606 tBTA_GATTC_CHAR_ID char_id; local
611 bta_hh_le_fill_16bits_srvc_id(TRUE, srvc_inst_id, srvc_uuid, &char_id.srvc_id);
612 bta_hh_le_fill_16bits_char_id(char_inst_id, char_uuid, &char_id.char_id);
619 &char_id,
808 tBTA_GATTC_CHAR_ID char_id; local
825 bta_hh_le_fill_16bits_srvc_id(TRUE, BTA_HH_LE_RPT_GET_SRVC_INST_ID(p_rpt->inst_id), srvc_uuid, &char_id.srvc_id);
826 bta_hh_le_fill_16bits_char_id(BTA_HH_LE_RPT_GET_RPT_INST_ID(p_rpt->inst_id), p_rpt->uuid, &char_id.char_id);
832 &char_id);
921 tBTA_GATTC_CHAR_ID char_id; local
1014 tBTA_GATTC_CHAR_ID char_id; local
1074 tBTA_GATTC_CHAR_ID char_id; local
2511 tBTA_GATTC_CHAR_ID char_id; local
2547 tBTA_GATTC_CHAR_ID char_id; local
2598 tBTA_GATTC_CHAR_ID char_id; local
2811 tBTA_GATTC_CHAR_ID char_id; local
3055 tBTA_GATTC_CHAR_ID char_id; local
    [all...]
  /system/bt/btif/src/
btif_gatt_client.c 187 btgatt_gatt_id_t char_id; member in struct:__anon69173
502 bta_to_btif_gatt_id(&data.char_id, &p_data->write.char_id);
548 bta_to_btif_gatt_id(&data.char_id, &p_data->write.char_id);
562 bta_to_btif_srvc_id(&data.srvc_id, &p_data->notify.char_id.srvc_id);
563 bta_to_btif_gatt_id(&data.char_id, &p_data->notify.char_id.char_id);
575 &p_data->notify.char_id);
1271 btgatt_gatt_id_t char_id; local
1287 btgatt_gatt_id_t char_id; local
    [all...]
btif_gatt_util.c 246 bta_to_btif_gatt_id(&p_dest->char_id, &p_src->char_id);
  /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) {
179 void btgatts_characteristic_added_cb(int status, int server_if, bt_uuid_t *char_id, int srvc_handle, int char_handle) {
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);
63 void btgatts_characteristic_added_cb(int status, int server_if, bt_uuid_t *char_id, int srvc_handle, int char_handle);
  /packages/apps/Bluetooth/jni/
com_android_bluetooth_gatt.cpp 296 btgatt_srvc_id_t *srvc_id, btgatt_gatt_id_t *char_id,
301 , conn_id, status, SRVC_ID_PARAMS(srvc_id), GATT_ID_PARAMS(char_id)
307 btgatt_srvc_id_t *srvc_id, btgatt_gatt_id_t *char_id,
312 , conn_id, status, SRVC_ID_PARAMS(srvc_id), GATT_ID_PARAMS(char_id)
327 btgatt_srvc_id_t *srvc_id, btgatt_gatt_id_t *char_id)
331 , conn_id, status, registered, SRVC_ID_PARAMS(srvc_id), GATT_ID_PARAMS(char_id));
350 , GATT_ID_PARAMS((&p_data->char_id)), p_data->is_notify, jb);
375 , GATT_ID_PARAMS((&p_data->char_id)), p_data->value_type, jb);
385 , GATT_ID_PARAMS((&p_data->char_id)));
413 , GATT_ID_PARAMS((&p_data->char_id)), GATT_ID_PARAMS((&p_data->descr_id)
1058 btgatt_gatt_id_t char_id; local
1086 btgatt_gatt_id_t char_id; local
1142 btgatt_gatt_id_t char_id; local
1165 btgatt_gatt_id_t char_id; local
1195 btgatt_gatt_id_t char_id; local
1236 btgatt_gatt_id_t char_id; local
1268 btgatt_gatt_id_t char_id; local
    [all...]
  /system/bt/bta/include/
bta_gatt_api.h 215 tBTA_GATT_ID char_id; member in struct:__anon68867
220 tBTA_GATTC_CHAR_ID char_id; member in struct:__anon68868
239 tBTA_GATTC_CHAR_ID char_id; member in union:__anon68870::__anon68871
311 tBTA_GATT_ID char_id; member in struct:__anon68878
321 tBTA_GATT_ID char_id; member in struct:__anon68879
373 tBTA_GATTC_CHAR_ID char_id; member in struct:__anon68886
779 ** after the one identified by char_id.
    [all...]

Completed in 147 milliseconds