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

  /system/bt/bta/include/
bta_hh_co.h 30 uint16_t rpt_uuid; member in struct:__anon105711
  /system/bt/bta/hh/
bta_hh_le.cc 468 uint16_t rpt_uuid, uint8_t char_inst_id) {
473 if (rpt_uuid == GATT_UUID_BATTERY_LEVEL) {
483 if (p_rpt->uuid == rpt_uuid && p_rpt->srvc_inst_id == srvc_inst_id &&
539 uint16_t rpt_uuid,
544 if (rpt_uuid == GATT_UUID_BATTERY_LEVEL) {
554 (p_rpt->uuid == rpt_uuid && p_rpt->srvc_inst_id == srvc_inst_id &&
561 p_rpt->uuid = rpt_uuid;
565 if (bta_hh_uuid_to_rtp_type[i][0] == rpt_uuid) {
568 if (rpt_uuid == GATT_UUID_HID_BT_KB_INPUT ||
569 rpt_uuid == GATT_UUID_HID_BT_KB_OUTPUT
    [all...]

Completed in 334 milliseconds