Searched refs:open_cb (Results 1 – 3 of 3) sorted by relevance
/system/bt/profile/avrcp/ |
D | connection_handler.cc | 199 tAVRC_CONN_CB open_cb; in AvrcpConnect() local 201 open_cb.ctrl_cback = base::Bind(&ConnectionHandler::InitiatorControlCb, in AvrcpConnect() 204 open_cb.ctrl_cback = base::Bind(&ConnectionHandler::AcceptorControlCb, in AvrcpConnect() 207 open_cb.msg_cback = in AvrcpConnect() 209 open_cb.company_id = AVRC_CO_GOOGLE; in AvrcpConnect() 210 open_cb.conn = initiator ? AVRC_CONN_INT in AvrcpConnect() 214 open_cb.control = BTA_AV_FEAT_RCTG | BTA_AV_FEAT_RCCT | BTA_AV_FEAT_METADATA in AvrcpConnect() 218 uint16_t status = avrc_->Open(&handle, &open_cb, bdaddr); in AvrcpConnect()
|
/system/bt/include/hardware/ |
D | bt_gatt_client.h | 189 connect_callback open_cb; member
|
/system/bt/btif/src/ |
D | btif_gatt_client.cc | 169 HAL_CBACK(bt_gatt_callbacks, client->open_cb, p_data->open.conn_id, in btif_gattc_upstreams_evt() 313 HAL_CBACK(bt_gatt_callbacks, client->open_cb, 0, BT_STATUS_UNSUPPORTED, in btif_gattc_open_impl()
|