Searched refs:open_cb (Results 1 – 4 of 4) sorted by relevance
/packages/modules/Bluetooth/system/profile/avrcp/ |
D | connection_handler.cc | 217 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/ |
D | bt_gatt_client.h | 191 connect_callback open_cb; member
|
/packages/modules/Bluetooth/system/btif/src/ |
D | btif_gatt_client.cc | 166 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/ |
D | gatt.rs | 1840 open_cb: Some(gc_open_cb), in initialize()
|