Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/btif/src/
Dbtif_gatt_server.cc290 bool is_direct, int transport_param) { in btif_gatts_open_impl() argument
303 if (transport_param != BT_TRANSPORT_AUTO) { in btif_gatts_open_impl()
304 transport = transport_param; in btif_gatts_open_impl()
331 int transport_param) { in btif_gatts_open_impl_use_address_type() argument
339 if (transport_param != BT_TRANSPORT_AUTO) { in btif_gatts_open_impl_use_address_type()
340 log::info("addr_type:{}, transport_param:{}", addr_type, transport_param); in btif_gatts_open_impl_use_address_type()
341 BTA_GATTS_Open(server_if, address, addr_type, is_direct, transport_param); in btif_gatts_open_impl_use_address_type()