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

  /system/bt/service/
gatt_client.cpp 73 const btgatt_client_interface_t* hal_iface = local
77 if (hal_iface->register_client(&app_uuid) != BT_STATUS_SUCCESS)
low_energy_client.cpp 851 const btgatt_client_interface_t* hal_iface = local
855 if (hal_iface->register_client(&app_uuid) != BT_STATUS_SUCCESS)
gatt_server.cpp 978 const btgatt_server_interface_t* hal_iface = local
982 if (hal_iface->register_server(&app_uuid) != BT_STATUS_SUCCESS)

Completed in 63 milliseconds