Home
last modified time | relevance | path

Searched refs:descr_type (Results 1 – 7 of 7) sorted by relevance

/external/bluetooth/bluedroid/btif/src/
Dbtif_gatt_util.c225 uint16_t descr_type = 0; in set_read_value() local
231 bta_to_btif_uuid(&p_dest->descr_id, &p_src->descr_type); in set_read_value()
233 descr_type = get_uuid16(&p_src->descr_type); in set_read_value()
235 switch (descr_type) in set_read_value()
Dbtif_gatt_client.c309 bta_to_btif_uuid(&data.descr_id, &p_data->write.descr_type); in btif_gattc_upstreams_evt()
573 bta_to_btif_uuid(&descr_id, &out_char_descr_id.descr_type); in btgattc_handle_event()
586 btif_to_bta_uuid(&in_char_descr_id.descr_type, &p_cb->uuid); in btgattc_handle_event()
592 bta_to_btif_uuid(&descr_id, &out_char_descr_id.descr_type); in btgattc_handle_event()
643 btif_to_bta_uuid(&in_char_descr_id.descr_type, &p_cb->uuid); in btgattc_handle_event()
662 btif_to_bta_uuid(&in_char_descr_id.descr_type, &p_cb->uuid); in btgattc_handle_event()
/external/bluetooth/bluedroid/bta/gatt/
Dbta_gattc_api.c374 … memcpy(&p_descr_result->descr_type, &p_descr_result->char_id.char_id.uuid, sizeof(tBT_UUID)); in BTA_GATTC_GetFirstCharDescr()
416 (void *)&p_start_descr_id->descr_type)) in BTA_GATTC_GetNextCharDescr()
419 … memcpy(&p_descr_result->descr_type, &p_descr_result->char_id.char_id.uuid, sizeof(tBT_UUID)); in BTA_GATTC_GetNextCharDescr()
571 memcpy(&p_buf->descr_type, &p_descr_id->descr_type, sizeof(tBT_UUID)); in BTA_GATTC_ReadCharDescr()
709 memcpy(&p_buf->descr_type, &p_char_descr_id->descr_type, sizeof(tBT_UUID)); in BTA_GATTC_WriteCharDescr()
Dbta_gattc_act.c939 p_data->api_read.descr_type)) == 0) in bta_gattc_read()
1001 p_id->id_value.char_descr_id.descr_type); in bta_gattc_read_multi()
1056 p_data->api_write.descr_type)) == 0) in bta_gattc_write()
1171 &cb_data.read.descr_type) == FALSE) in bta_gattc_read_cmpl()
1179 cb_data.read.descr_type, in bta_gattc_read_cmpl()
1189 cb_data.read.descr_type = p_clcb->p_q_cmd->api_read.descr_type; in bta_gattc_read_cmpl()
1192 …event = (p_clcb->p_q_cmd->api_read.descr_type.len == 0) ? BTA_GATTC_READ_CHAR_EVT: BTA_GATTC_READ_… in bta_gattc_read_cmpl()
1220 &cb_data.write.descr_type); in bta_gattc_write_cmpl()
1226 cb_data.write.descr_type = p_clcb->p_q_cmd->api_write.descr_type; in bta_gattc_write_cmpl()
1234 else if (p_clcb->p_q_cmd->api_write.descr_type.len == 0) in bta_gattc_write_cmpl()
[all …]
Dbta_gattc_int.h127 tBT_UUID descr_type; member
136 tBT_UUID descr_type; member
Dbta_gattc_utils.c638 &p_value->aggre_value.pre_format[i].descr_type) == FALSE) in bta_gattc_pack_read_cb_data()
/external/bluetooth/bluedroid/bta/include/
Dbta_gatt_api.h190 tBT_UUID descr_type; member
281 tBT_UUID descr_type; member
291 tBT_UUID descr_type; member
335 tBT_UUID descr_type; member