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

  /external/bluetooth/bluedroid/bta/gatt/
bta_gatts_act.c 396 &p_msg->api_add_char.char_uuid,
403 memcpy(&cb_data.add_result.char_uuid, &p_msg->api_add_char.char_uuid, sizeof(tBT_UUID));
441 memcpy(&cb_data.add_result.char_uuid, &p_msg->api_add_char_descr.descr_uuid, sizeof(tBT_UUID));
bta_gatts_int.h 96 tBT_UUID char_uuid; member in struct:__anon2530
bta_gatts_api.c 235 memcpy(&p_buf->char_uuid, p_char_uuid, sizeof(tBT_UUID));
bta_gattc_cache.c     [all...]
  /external/bluetooth/bluedroid/stack/include/
gatt_api.h 499 tBT_UUID char_uuid; /* characteristic UUID type */ member in struct:__anon3346
753 ** char_uuid : Characteristic UUID.
761 GATT_API extern UINT16 GATTS_AddCharacteristic (UINT16 service_handle, tBT_UUID *char_uuid,
    [all...]
  /external/bluetooth/bluedroid/btif/src/
btif_gatt_test.c 176 format_uuid(p_data->value.dclr_value.char_uuid, str_buf));
btif_gatt_server.c 239 bta_to_btif_uuid(&uuid, &p_data->add_result.char_uuid);
253 bta_to_btif_uuid(&uuid, &p_data->add_result.char_uuid);
  /external/bluetooth/bluedroid/bta/include/
bta_gatt_api.h 515 tBT_UUID char_uuid; member in struct:__anon2705
    [all...]
  /external/bluetooth/bluedroid/stack/gatt/
gatt_cl.c 832 if (!gatt_parse_uuid_from_cmd(&record_value.dclr_value.char_uuid, (UINT16)(value_len - 3), &p))
840 if (!gatt_uuid_compare(record_value.dclr_value.char_uuid, p_clcb->uuid))
    [all...]

Completed in 325 milliseconds