/system/bt/stack/btm/ |
btm_ble_batchscan.c | 165 tBTM_STATUS btm_ble_batchscan_enq_rep_q(UINT8 report_format, tBTM_BLE_REF_VALUE ref_value) 170 if (report_format == ble_batchscan_cb.main_rep_q.rep_mode[i]) 174 ble_batchscan_cb.main_rep_q.rep_mode[ble_batchscan_cb.main_rep_q.next_idx] = report_format; 180 ble_batchscan_cb.main_rep_q.next_idx, report_format, ref_value); 196 void btm_ble_batchscan_enq_rep_data(UINT8 report_format, UINT8 num_records, UINT8 *p_data, 203 if (report_format == ble_batchscan_cb.main_rep_q.rep_mode[index]) 208 index, report_format, num_records, data_len); 247 void btm_ble_batchscan_deq_rep_data(UINT8 report_format, tBTM_BLE_REF_VALUE *p_ref_value, 254 if (report_format == ble_batchscan_cb.main_rep_q.rep_mode[index]) 260 BTM_TRACE_ERROR("btm_ble_batchscan_deq_rep_data: rep_format:%d not found", report_format); 364 UINT8 report_format = 0, num_records = 0, cb_evt = 0; local [all...] |
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/detail/ |
unit_test_parameters.hpp | 52 BOOST_TEST_DECL output_format report_format();
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/impl/ |
unit_test_parameters.ipp | 168 std::string REPORT_FORMAT = "report_format"; 189 REPORT_FORMAT , "BOOST_TEST_REPORT_FORMAT", 286 << cla::dual_name_parameter<unit_test::output_format>( REPORT_FORMAT + "|m" ) 323 s_report_format = retrieve_parameter( REPORT_FORMAT, s_cla_parser, unit_test::CLF ); 452 report_format()
|
framework.ipp | 246 results_reporter::set_format( runtime_config::report_format() );
|
/system/bt/btif/src/ |
btif_gatt_client.c | 125 uint8_t report_format; member in struct:__anon73768 748 , p_data->client_if, p_data->status, p_data->read_reports.report_format 942 static void bta_batch_scan_reports_cb(tBTA_DM_BLE_REF_VALUE ref_value, UINT8 report_format, 954 btif_scan_track_cb.read_reports.report_format = report_format; [all...] |
/hardware/libhardware/include/hardware/ |
bt_gatt_client.h | 212 typedef void (*batchscan_reports_callback)(int client_if, int status, int report_format,
|
/prebuilts/go/darwin-x86/doc/articles/ |
race_detector.html | 48 <h2 id="Report_Format">Report Format</h2>
|
/prebuilts/go/linux-x86/doc/articles/ |
race_detector.html | 48 <h2 id="Report_Format">Report Format</h2>
|
/packages/apps/Bluetooth/jni/ |
com_android_bluetooth_gatt.cpp | 486 void btgattc_batchscan_reports_cb(int client_if, int status, int report_format, 494 report_format, num_records, jb); [all...] |
/system/bt/stack/include/ |
btm_ble_api.h | 532 typedef void (tBTM_BLE_SCAN_REP_CBACK)(tBTM_BLE_REF_VALUE ref_value, UINT8 report_format, [all...] |
/system/bt/bta/include/ |
bta_api.h | [all...] |