Searched refs:open_cb (Results 1 – 3 of 3) sorted by relevance
/system/bt/profile/avrcp/ |
D | connection_handler.cc | 187 tAVRC_CONN_CB open_cb; in AvrcpConnect() local 189 open_cb.ctrl_cback = base::Bind(&ConnectionHandler::InitiatorControlCb, in AvrcpConnect() 192 open_cb.ctrl_cback = base::Bind(&ConnectionHandler::AcceptorControlCb, in AvrcpConnect() 195 open_cb.msg_cback = in AvrcpConnect() 197 open_cb.company_id = AVRC_CO_GOOGLE; in AvrcpConnect() 198 open_cb.conn = initiator ? AVRC_CONN_INT in AvrcpConnect() 202 open_cb.control = BTA_AV_FEAT_RCTG | BTA_AV_FEAT_RCCT | BTA_AV_FEAT_METADATA; in AvrcpConnect() 205 uint16_t status = avrc_->Open(&handle, &open_cb, bdaddr); in AvrcpConnect()
|
/system/bt/include/hardware/ |
D | bt_gatt_client.h | 186 connect_callback open_cb; member
|
/system/bt/btif/src/ |
D | btif_gatt_client.cc | 139 HAL_CBACK(bt_gatt_callbacks, client->open_cb, p_data->open.conn_id, in btif_gattc_upstreams_evt() 277 HAL_CBACK(bt_gatt_callbacks, client->open_cb, 0, BT_STATUS_UNSUPPORTED, in btif_gattc_open_impl()
|