HomeSort by relevance Sort by last modified time
    Searched full:adapter_properties_cb (Results 1 - 7 of 7) sorted by null

  /test/vts/compilation_tools/vtsc/test/golden/DRIVER/
BluetoothHalV1bt_interface_t.driver.cpp 30 adapter_properties_cb(bt_status_t arg0, int32_t arg1, bt_property_t* arg2) { function in class:android::vts::vts_callback_FuzzerExtended_bt_interface_t_bt_callbacks_t
32 callback_message.set_id(GetCallbackID("adapter_properties_cb"));
236 arg0->adapter_properties_cb = arg0callback->adapter_properties_cb;
  /test/vts/specification/hal/conventional/bluetooth/1.0/
BluetoothHalV1bt_interface_t.vts 38 function_name: "adapter_properties_cb"
  /system/bt/btif/src/
btif_core.cc 409 HAL_CBACK(bt_hal_cbacks, adapter_properties_cb, BT_STATUS_SUCCESS, 1,
657 HAL_CBACK(bt_hal_cbacks, adapter_properties_cb, BT_STATUS_SUCCESS, num_props,
733 HAL_CBACK(bt_hal_cbacks, adapter_properties_cb, status, 1, p_prop);
776 HAL_CBACK(bt_hal_cbacks, adapter_properties_cb, status, 1, &prop);
784 HAL_CBACK(bt_hal_cbacks, adapter_properties_cb, status, 0, NULL);
826 HAL_CBACK(bt_hal_cbacks, adapter_properties_cb, status, num_props, p_props);
    [all...]
btif_storage.cc 811 /* Now send the adapter_properties_cb with all adapter_properties */
    [all...]
btif_dm.cc     [all...]
  /hardware/libhardware/include/hardware/
bluetooth.h 411 adapter_properties_callback adapter_properties_cb; member in struct:__anon42925
451 * 'adapter_properties_cb' shall return the list of UUIDs of the
456 * 'adapter_properties_cb' with the current list of UUIDs including the
  /system/bt/tools/mcap_tool/
mcap_tool.cc 493 adapter_properties_changed, /*adapter_properties_cb */

Completed in 1294 milliseconds