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

  /external/bluetooth/bluedroid/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 549 if (bta_gattc_gattid_compare (&p_src->char_id, &p_tar->char_id) &&
574 bta_gattc_charid_compare (&p_clreg->notif_reg[i].char_id, &p_notify->char_id))
647 &p_value->aggre_value.pre_format[i].char_id.srvc_id,
648 &p_value->aggre_value.pre_format[i].char_id.char_id,
bta_gattc_int.h 131 tBTA_GATT_ID char_id; member in struct:__anon5176
140 tBTA_GATT_ID char_id; member in struct:__anon5177
158 tBTA_GATT_ID char_id; member in struct:__anon5179
352 tBTA_GATTC_CHAR_ID char_id; member in struct:__anon5192
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 43 btgatt_gatt_id_t char_id; member in struct:__anon40310
54 btgatt_gatt_id_t char_id; member in struct:__anon40311
65 btgatt_gatt_id_t char_id; member in struct:__anon40312
108 btgatt_srvc_id_t *srvc_id, btgatt_gatt_id_t *char_id,
113 btgatt_srvc_id_t *srvc_id, btgatt_gatt_id_t *char_id,
123 btgatt_gatt_id_t *char_id);
294 btgatt_srvc_id_t *srvc_id, btgatt_gatt_id_t *char_id,
299 btgatt_srvc_id_t *srvc_id, btgatt_gatt_id_t *char_id,
304 btgatt_srvc_id_t *srvc_id, btgatt_gatt_id_t *char_id,
310 btgatt_srvc_id_t *srvc_id, btgatt_gatt_id_t *char_id,
    [all...]
  /external/bluetooth/bluedroid/bta/hh/
bta_hh_le.c 603 tBTA_GATTC_CHAR_ID char_id; local
608 bta_hh_le_fill_16bits_srvc_id(TRUE, srvc_inst_id, srvc_uuid, &char_id.srvc_id);
609 bta_hh_le_fill_16bits_char_id(char_inst_id, char_uuid, &char_id.char_id);
616 &char_id,
805 tBTA_GATTC_CHAR_ID char_id; local
822 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);
823 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);
829 &char_id);
918 tBTA_GATTC_CHAR_ID char_id; local
1011 tBTA_GATTC_CHAR_ID char_id; local
1071 tBTA_GATTC_CHAR_ID char_id; local
2502 tBTA_GATTC_CHAR_ID char_id; local
2538 tBTA_GATTC_CHAR_ID char_id; local
2588 tBTA_GATTC_CHAR_ID char_id; local
2800 tBTA_GATTC_CHAR_ID char_id; local
3044 tBTA_GATTC_CHAR_ID char_id; local
    [all...]
  /external/bluetooth/bluedroid/btif/src/
btif_gatt_client.c 187 btgatt_gatt_id_t char_id; member in struct:__anon5688
447 bta_to_btif_gatt_id(&data.char_id, &p_data->write.char_id);
493 bta_to_btif_gatt_id(&data.char_id, &p_data->write.char_id);
507 bta_to_btif_srvc_id(&data.srvc_id, &p_data->notify.char_id.srvc_id);
508 bta_to_btif_gatt_id(&data.char_id, &p_data->notify.char_id.char_id);
520 &p_data->notify.char_id);
1191 btgatt_gatt_id_t char_id; local
1207 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);
  /packages/apps/Bluetooth/jni/
com_android_bluetooth_gatt.cpp 292 btgatt_srvc_id_t *srvc_id, btgatt_gatt_id_t *char_id,
297 , conn_id, status, SRVC_ID_PARAMS(srvc_id), GATT_ID_PARAMS(char_id)
303 btgatt_srvc_id_t *srvc_id, btgatt_gatt_id_t *char_id,
308 , conn_id, status, SRVC_ID_PARAMS(srvc_id), GATT_ID_PARAMS(char_id)
323 btgatt_srvc_id_t *srvc_id, btgatt_gatt_id_t *char_id)
327 , conn_id, status, registered, SRVC_ID_PARAMS(srvc_id), GATT_ID_PARAMS(char_id));
346 , GATT_ID_PARAMS((&p_data->char_id)), p_data->is_notify, jb);
371 , GATT_ID_PARAMS((&p_data->char_id)), p_data->value_type, jb);
381 , GATT_ID_PARAMS((&p_data->char_id)));
409 , GATT_ID_PARAMS((&p_data->char_id)), GATT_ID_PARAMS((&p_data->descr_id)
1009 btgatt_gatt_id_t char_id; local
1037 btgatt_gatt_id_t char_id; local
1093 btgatt_gatt_id_t char_id; local
1116 btgatt_gatt_id_t char_id; local
1141 btgatt_gatt_id_t char_id; local
1182 btgatt_gatt_id_t char_id; local
1214 btgatt_gatt_id_t char_id; local
    [all...]
  /external/bluetooth/bluedroid/bta/include/
bta_gatt_api.h 215 tBTA_GATT_ID char_id; member in struct:__anon5387
220 tBTA_GATTC_CHAR_ID char_id; member in struct:__anon5388
239 tBTA_GATTC_CHAR_ID char_id; member in union:__anon5390::__anon5391
311 tBTA_GATT_ID char_id; member in struct:__anon5398
321 tBTA_GATT_ID char_id; member in struct:__anon5399
373 tBTA_GATTC_CHAR_ID char_id; member in struct:__anon5406
779 ** after the one identified by char_id.
    [all...]

Completed in 489 milliseconds