Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/profile/avrcp/
Dconnection_handler.cc217 tAVRC_CONN_CB open_cb; in AvrcpConnect() local
219 open_cb.ctrl_cback = base::Bind(&ConnectionHandler::InitiatorControlCb, in AvrcpConnect()
222 open_cb.ctrl_cback = base::Bind(&ConnectionHandler::AcceptorControlCb, in AvrcpConnect()
225 open_cb.msg_cback = in AvrcpConnect()
227 open_cb.company_id = AVRC_CO_GOOGLE; in AvrcpConnect()
228 open_cb.conn = initiator ? AVRC_CONN_INT in AvrcpConnect()
232 open_cb.control = BTA_AV_FEAT_RCTG | BTA_AV_FEAT_RCCT | BTA_AV_FEAT_METADATA | in AvrcpConnect()
236 uint16_t status = avrc_->Open(&handle, &open_cb, bdaddr); in AvrcpConnect()
/packages/modules/Bluetooth/system/include/hardware/
Dbt_gatt_client.h191 connect_callback open_cb; member
/packages/modules/Bluetooth/system/btif/src/
Dbtif_gatt_client.cc166 HAL_CBACK(bt_gatt_callbacks, client->open_cb, p_data->open.conn_id, in btif_gattc_upstreams_evt()
322 HAL_CBACK(bt_gatt_callbacks, client->open_cb, 0, BT_STATUS_UNSUPPORTED, in btif_gattc_open_impl()
/packages/modules/Bluetooth/system/gd/rust/topshim/src/profiles/
Dgatt.rs1840 open_cb: Some(gc_open_cb), in initialize()