Home
last modified time | relevance | path

Searched refs:BTA_HD_APP_DESCRIPTOR_LEN (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Bluetooth/system/bta/hd/
Dbta_hd_int.h74 #define BTA_HD_APP_DESCRIPTOR_LEN HIDD_APP_DESCRIPTOR_LEN macro
90 uint8_t d_data[BTA_HD_APP_DESCRIPTOR_LEN];
Dbta_hd_api.cc130 if (p_app_info->descriptor.dl_len > BTA_HD_APP_DESCRIPTOR_LEN) { in BTA_HdRegisterApp()
131 p_app_info->descriptor.dl_len = BTA_HD_APP_DESCRIPTOR_LEN; in BTA_HdRegisterApp()
Dbta_hd_act.cc178 if (p_app_data->d_len > BTA_HD_APP_DESCRIPTOR_LEN || in bta_hd_register_act()