Searched refs:enable (Results 1 - 25 of 134) sorted by path

123456

/system/bt/bta/av/
H A Dbta_av_api.c55 ** Description Enable the advanced audio/video service. When the enable
284 void BTA_AvEnable_Sink(int enable) argument
291 p_buf->layer_specific = enable;
H A Dbta_av_main.c214 ** Description Handle an API enable event.
243 tBTA_AV_ENABLE enable; local
244 enable.features = bta_av_cb.features;
252 /* call callback with enable event */
253 (*bta_av_cb.p_cback)(BTA_AV_ENABLE_EVT, (tBTA_AV *)&enable);
/system/bt/bta/dm/
H A Dbta_dm_act.c270 if (p_data->enable.p_sec_cback != NULL)
271 p_data->enable.p_sec_cback(BTA_DM_ENABLE_EVT, (tBTA_DM_SEC *)&enable_event);
280 if( p_data->enable.p_sec_cback != NULL )
281 bta_dm_cb.p_sec_cback = p_data->enable.p_sec_cback;
2990 sec_event.enable.status = BTA_SUCCESS;
4096 ** Description enable test mode
5188 ** Description This function enable/disable adv payload filtering condition
5261 ** Description ADV payload filtering enable / disable complete callback
H A Dbta_dm_int.h503 BOOLEAN enable; member in struct:__anon113
661 tBTA_DM_API_ENABLE enable; member in union:__anon131
/system/bt/bta/hf_client/
H A Dbta_hf_client_at.c32 /* Uncomment to enable AT traffic dumping */
1685 void bta_hf_client_send_at_bvra(BOOLEAN enable) argument
1691 if (enable)
H A Dbta_hf_client_int.h249 extern void bta_hf_client_send_at_bvra(BOOLEAN enable);
/system/bt/bta/hl/
H A Dbta_hl_int.h559 BOOLEAN enable; member in struct:__anon260
H A Dbta_hl_main.c527 ** Description Process the API enable request to enable the HL subsystem
537 if (p_cb->enable)
546 /* Done with checking. now perform the enable oepration*/
549 p_cb->enable = TRUE;
570 if (p_cb->enable)
609 if (p_cb->enable)
688 if (p_cb->enable)
/system/bt/bta/include/
H A Dbta_api.h874 tBTA_DM_ENABLE enable; /* BTA enabled */ member in union:__anon312
1978 ** Parameters: privacy_enable - enable/disabe privacy on remote device.
1992 ** privacy_enable - enable/disabe privacy on remote device.
2162 ** Description This function is called to enable the batch scan
2212 ** Description This function is called to enable the adv data payload filter
2214 ** Parameters action - enable or disable the APCF feature
2231 ** Parameters p_target: enable the filter condition on a target device; if NULL
H A Dbta_av_api.h436 tBTA_AV_ENABLE enable; member in union:__anon338
536 ** Description Enable the advanced audio/video service. When the enable
632 void BTA_AvEnable_Sink(int enable);
H A Dbta_pan_ci.h71 ** Description This function is called to enable or disable data flow on
82 extern void bta_pan_ci_tx_flow(UINT16 handle, BOOLEAN enable);
H A Dbta_pan_co.h163 ** Description This function is called by PAN to enable or disable
173 extern void bta_pan_co_rx_flow(UINT16 handle, UINT8 app_id, BOOLEAN enable);
/system/bt/bta/jv/
H A Dbta_jv_act.c664 bta_jv_cb.p_dm_cback = p_data->enable.p_cback;
H A Dbta_jv_int.h350 tBTA_JV_API_ENABLE enable; member in union:__anon521
/system/bt/bta/mce/
H A Dbta_mce_act.c133 bta_mce_cb.p_dm_cback = p_data->enable.p_cback;
H A Dbta_mce_int.h63 tBTA_MCE_API_ENABLE enable; member in union:__anon527
/system/bt/bta/pan/
H A Dbta_pan_act.c723 p_scb->app_flow_enable = p_data->ci_tx_flow.enable;
H A Dbta_pan_ci.c89 ** Description This function is called to enable or disable data flow on
100 void bta_pan_ci_tx_flow(UINT16 handle, BOOLEAN enable) argument
107 p_buf->enable = enable;
258 void bta_pan_ci_tx_flow(UINT16 handle, BOOLEAN enable) argument
261 UNUSED(enable);
H A Dbta_pan_int.h113 BOOLEAN enable; /* Flow control setting */ member in struct:__anon535
/system/bt/bta/sdp/
H A Dbta_sdp_act.c461 bta_sdp_cb.p_dm_cback = p_data->enable.p_cback;
H A Dbta_sdp_int.h83 tBTA_SDP_API_ENABLE enable; member in union:__anon548
/system/bt/btif/co/
H A Dbta_gatts_co.c38 BOOLEAN enable; member in struct:__anon571
57 if (!p_cb->enable)
60 p_cb->enable = TRUE;
H A Dbta_pan_co.c293 ** Description This function is called by PAN to enable or disable
303 void bta_pan_co_rx_flow(UINT16 handle, UINT8 app_id, BOOLEAN enable) argument
307 UNUSED(enable);
309 BTIF_TRACE_API("bta_pan_co_rx_flow, enabled:%d, not used", enable);
313 btpan_set_flow_control(enable);
/system/bt/btif/include/
H A Dbtif_api.h361 ** Description Configure Test Mode - 'enable' to 1 puts the device in test mode and 0 exits
367 bt_status_t btif_dut_mode_configure(uint8_t enable);
406 ** Description enable or disable HCI snoop log
411 bt_status_t btif_config_hci_snoop_log(uint8_t enable);
H A Dbtif_media.h286 void btif_a2dp_set_tx_flush(BOOLEAN enable);
287 void btif_a2dp_set_rx_flush(BOOLEAN enable);

Completed in 413 milliseconds

123456