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

  /external/bluetooth/bluedroid/bta/hh/
bta_hh_le.c 387 void bta_hh_le_fill_16bits_char_id(UINT8 inst_id, UINT16 char_uuid,
391 bta_hh_le_fill_16bits_gatt_id(inst_id, char_uuid, p_output);
593 UINT16 char_uuid, UINT8 char_inst_id, UINT16 char_descp_uuid)
601 bta_hh_le_fill_16bits_char_id(char_inst_id, char_uuid, &char_id.char_id);
637 UINT16 srvc_uuid, char_uuid; local
650 char_uuid = GATT_UUID_BATTERY_LEVEL;
658 char_uuid = GATT_UUID_HID_REPORT;
664 char_uuid,
1623 UINT16 char_uuid = 0; local
    [all...]
  /external/bluetooth/bluedroid/bta/gatt/
bta_gatts_int.h 96 tBT_UUID char_uuid; member in struct:__anon2969
bta_gatts_act.c 439 &p_msg->api_add_char.char_uuid,
446 memcpy(&cb_data.add_result.char_uuid, &p_msg->api_add_char.char_uuid, sizeof(tBT_UUID));
484 memcpy(&cb_data.add_result.char_uuid, &p_msg->api_add_char_descr.descr_uuid, sizeof(tBT_UUID));
bta_gatts_api.c 242 memcpy(&p_buf->char_uuid, p_char_uuid, sizeof(tBT_UUID));
bta_gattc_cache.c     [all...]
  /external/bluetooth/bluedroid/btif/src/
btif_gatt_server.c 237 bta_to_btif_uuid(&uuid, &p_data->add_result.char_uuid);
251 bta_to_btif_uuid(&uuid, &p_data->add_result.char_uuid);
btif_gatt_test.c 176 format_uuid(p_data->value.dclr_value.char_uuid, str_buf));
  /external/bluetooth/bluedroid/stack/include/
gatt_api.h 508 tBT_UUID char_uuid; /* characteristic UUID type */ member in struct:__anon3795
760 ** char_uuid : Characteristic UUID.
768 GATT_API extern UINT16 GATTS_AddCharacteristic (UINT16 service_handle, tBT_UUID *char_uuid,
    [all...]
  /external/bluetooth/bluedroid/stack/gatt/
gatt_cl.c 870 if (!gatt_parse_uuid_from_cmd(&record_value.dclr_value.char_uuid, (UINT16)(value_len - 3), &p))
878 if (!gatt_uuid_compare(record_value.dclr_value.char_uuid, p_clcb->uuid))
    [all...]
gatt_api.c 308 ** char_uuid : Characteristic UUID.
    [all...]
  /external/bluetooth/bluedroid/bta/include/
bta_gatt_api.h 520 tBT_UUID char_uuid; member in struct:__anon3148
    [all...]

Completed in 3472 milliseconds