Lines Matching refs:RawAddress

180     const RawAddress* bd_addr, bthf_client_connection_state_t state,
187 const RawAddress* bd_addr, bthf_client_audio_state_t state);
192 typedef void (*bthf_client_vr_cmd_callback)(const RawAddress* bd_addr,
198 const RawAddress* bd_addr, bthf_client_network_state_t state);
203 const RawAddress* bd_addr, bthf_client_service_type_t type);
207 typedef void (*bthf_client_network_signal_callback)(const RawAddress* bd_addr,
212 typedef void (*bthf_client_battery_level_callback)(const RawAddress* bd_addr,
217 typedef void (*bthf_client_current_operator_callback)(const RawAddress* bd_addr,
222 typedef void (*bthf_client_call_callback)(const RawAddress* bd_addr,
228 const RawAddress* bd_addr, bthf_client_callsetup_t callsetup);
232 typedef void (*bthf_client_callheld_callback)(const RawAddress* bd_addr,
238 const RawAddress* bd_addr, bthf_client_resp_and_hold_t resp_and_hold);
243 typedef void (*bthf_client_clip_callback)(const RawAddress* bd_addr,
249 typedef void (*bthf_client_call_waiting_callback)(const RawAddress* bd_addr,
256 typedef void (*bthf_client_current_calls)(const RawAddress* bd_addr, int index,
265 const RawAddress* bd_addr, bthf_client_volume_type_t type, int volume);
271 const RawAddress* bd_addr, bthf_client_cmd_complete_t type, int cme);
276 const RawAddress* bd_addr, const char* name,
282 const RawAddress* bd_addr, bthf_client_in_band_ring_state_t state);
288 const RawAddress* bd_addr, const char* number);
293 typedef void (*bthf_client_ring_indication_callback)(const RawAddress* bd_addr);
298 typedef void (*bthf_client_unknown_event_callback)(const RawAddress* bd_addr,
339 bt_status_t (*connect)(RawAddress* bd_addr);
342 bt_status_t (*disconnect)(const RawAddress* bd_addr);
345 bt_status_t (*connect_audio)(const RawAddress* bd_addr);
348 bt_status_t (*disconnect_audio)(const RawAddress* bd_addr);
351 bt_status_t (*start_voice_recognition)(const RawAddress* bd_addr);
354 bt_status_t (*stop_voice_recognition)(const RawAddress* bd_addr);
357 bt_status_t (*volume_control)(const RawAddress* bd_addr,
362 bt_status_t (*dial)(const RawAddress* bd_addr, const char* number);
365 bt_status_t (*dial_memory)(const RawAddress* bd_addr, int location);
370 bt_status_t (*handle_call_action)(const RawAddress* bd_addr,
374 bt_status_t (*query_current_calls)(const RawAddress* bd_addr);
377 bt_status_t (*query_current_operator_name)(const RawAddress* bd_addr);
380 bt_status_t (*retrieve_subscriber_info)(const RawAddress* bd_addr);
383 bt_status_t (*send_dtmf)(const RawAddress* bd_addr, char code);
386 bt_status_t (*request_last_voice_tag_number)(const RawAddress* bd_addr);
392 bt_status_t (*send_at_cmd)(const RawAddress* bd_addr, int cmd, int val1,