Searched refs:bta_hh_uuid_to_rtp_type (Results 1 - 1 of 1) sorted by relevance

/external/bluetooth/bluedroid/bta/hh/
H A Dbta_hh_le.c66 static const UINT16 bta_hh_uuid_to_rtp_type[BTA_LE_HID_RTP_UUID_MAX][2] = variable
573 if (bta_hh_uuid_to_rtp_type[i][0] == rpt_uuid)
575 p_rpt->rpt_type = (tBTA_HH_RPT_TYPE)bta_hh_uuid_to_rtp_type[i][1];

Completed in 117 milliseconds