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

  /hardware/libhardware/include/hardware/
bt_gatt_client.h 44 btgatt_gatt_id_t descr_id; member in struct:__anon32814
55 btgatt_gatt_id_t descr_id; member in struct:__anon32815
114 btgatt_gatt_id_t *descr_id);
248 btgatt_gatt_id_t *descr_id, int auth_req);
253 btgatt_gatt_id_t *descr_id, int write_type, int len,
  /external/bluetooth/bluedroid/btif/src/
btif_gatt_client.c 119 btgatt_gatt_id_t descr_id; member in struct:__anon3384
402 bta_to_btif_gatt_id(&data.descr_id, &p_data->write.descr_type);
677 btgatt_gatt_id_t descr_id; local
685 bta_to_btif_gatt_id(&descr_id, &out_char_descr_id.descr_id);
689 &p_cb->char_id, &descr_id);
695 btgatt_gatt_id_t descr_id; local
698 btif_to_bta_gatt_id(&in_char_descr_id.descr_id, &p_cb->descr_id);
704 bta_to_btif_gatt_id(&descr_id, &out_char_descr_id.descr_id)
    [all...]
btif_gatt_util.c 223 bta_to_btif_gatt_id(&p_dest->descr_id, &p_src->descr_type);
  /packages/apps/Bluetooth/jni/
com_android_bluetooth_gatt.cpp 289 btgatt_gatt_id_t *descr_id)
294 , GATT_ID_PARAMS(descr_id));
394 , GATT_ID_PARAMS((&p_data->char_id)), GATT_ID_PARAMS((&p_data->descr_id))
407 , GATT_ID_PARAMS((&p_data->descr_id)));
515 bt_uuid_t *descr_id, int srvc_handle,
520 status, server_if, UUID_PARAMS(descr_id),
863 btgatt_gatt_id_t descr_id; local
864 descr_id.inst_id = (uint8_t) descr_id_inst_id;
865 set_uuid(descr_id.uuid.uu, descr_id_uuid_msb, descr_id_uuid_lsb);
871 sGattIf->client->get_descriptor(conn_id, &srvc_id, &char_id, &descr_id);
942 btgatt_gatt_id_t descr_id; local
1008 btgatt_gatt_id_t descr_id; local
    [all...]
  /external/bluetooth/bluedroid/bta/gatt/
bta_gattc_api.c 386 memcpy(&p_descr_result->descr_id, &p_descr_result->char_id.char_id, sizeof(tBTA_GATT_ID));
428 (void *)&p_start_descr_id->descr_id))
431 memcpy(&p_descr_result->descr_id, &p_descr_result->char_id.char_id, sizeof(tBTA_GATT_ID));
587 memcpy(p_buf->p_descr_type, &p_descr_id->descr_id, sizeof(tBTA_GATT_ID));
726 memcpy(p_buf->p_descr_type, &p_char_descr_id->descr_id, sizeof(tBTA_GATT_ID));
    [all...]
bta_gattc_utils.c 777 &p_value->aggre_value.pre_format[i].descr_id) == FALSE)
    [all...]
bta_gattc_act.c     [all...]
  /external/bluetooth/bluedroid/bta/hh/
bta_hh_le.c 597 tBTA_GATTC_CHAR_DESCR_ID descr_id; local
610 &descr_id) == BTA_GATT_OK)
613 &descr_id,
885 tBTA_GATTC_CHAR_DESCR_ID descr_id; local
903 &descr_id) == BTA_GATT_OK)
906 &descr_id,
    [all...]
  /external/bluetooth/bluedroid/bta/include/
bta_gatt_api.h 191 tBTA_GATT_ID descr_id; member in struct:__anon3123
    [all...]

Completed in 1014 milliseconds