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

  /external/bluetooth/bluedroid/bta/hh/
bta_hh_le.c 383 void bta_hh_le_fill_16bits_char_id(UINT8 inst_id, UINT16 char_uuid,
387 bta_hh_le_fill_16bits_gatt_id(inst_id, char_uuid, p_output);
601 UINT16 char_uuid, UINT8 char_inst_id, UINT16 char_descp_uuid)
609 bta_hh_le_fill_16bits_char_id(char_inst_id, char_uuid, &char_id.char_id);
646 UINT16 srvc_uuid, char_uuid; local
662 char_uuid = GATT_UUID_BATTERY_LEVEL;
670 char_uuid = GATT_UUID_HID_REPORT;
676 char_uuid,
1755 UINT16 char_uuid = 0; local
    [all...]
  /external/bluetooth/bluedroid/bta/gatt/
bta_gatts_int.h 96 tBT_UUID char_uuid; member in struct:__anon5209
bta_gatts_act.c 453 &p_msg->api_add_char.char_uuid,
460 memcpy(&cb_data.add_result.char_uuid, &p_msg->api_add_char.char_uuid, sizeof(tBT_UUID));
498 memcpy(&cb_data.add_result.char_uuid, &p_msg->api_add_char_descr.descr_uuid, sizeof(tBT_UUID));
bta_gatts_api.c 240 memcpy(&p_buf->char_uuid, p_char_uuid, sizeof(tBT_UUID));
bta_gattc_cache.c     [all...]