HomeSort by relevance Sort by last modified time
    Searched refs:bt_status_t (Results 1 - 25 of 92) sorted by null

1 2 3 4

  /system/bt/btif/include/
btif_api.h 48 * Returns bt_status_t
51 bt_status_t btif_init_bluetooth(void);
59 * Returns bt_status_t
62 bt_status_t btif_enable_bluetooth(void);
75 bt_status_t btif_disable_bluetooth(void);
87 bt_status_t btif_cleanup_bluetooth(void);
112 * Returns bt_status_t
115 bt_status_t btif_get_adapter_properties(void);
123 * Returns bt_status_t
126 bt_status_t btif_get_adapter_property(bt_property_type_t type)
    [all...]
btif_sock_sco.h 25 bt_status_t btsock_sco_init(thread_t* thread);
26 bt_status_t btsock_sco_cleanup(void);
27 bt_status_t btsock_sco_listen(int* sock_fd, int flags);
28 bt_status_t btsock_sco_connect(const RawAddress* bd_addr, int* sock_fd,
btif_storage.h 55 bt_status_t btif_storage_get_adapter_property(bt_property_t* property);
68 bt_status_t btif_storage_set_adapter_property(bt_property_t* property);
83 bt_status_t btif_storage_get_remote_device_property(
97 bt_status_t btif_storage_set_remote_device_property(
112 bt_status_t btif_storage_add_remote_device(const RawAddress* remote_bd_addr,
127 bt_status_t btif_storage_add_bonded_device(RawAddress* remote_bd_addr,
141 bt_status_t btif_storage_remove_bonded_device(const RawAddress* remote_bd_addr);
153 bt_status_t btif_storage_load_bonded_devices(void);
167 bt_status_t btif_storage_add_hid_device_info(
183 bt_status_t btif_storage_load_bonded_hid_info(void)
    [all...]
btif_sock_l2cap.h 14 bt_status_t btsock_l2cap_init(int handle, uid_set_t* set);
15 bt_status_t btsock_l2cap_cleanup();
16 bt_status_t btsock_l2cap_listen(const char* name, int channel, int* sock_fd,
18 bt_status_t btsock_l2cap_connect(const RawAddress* bd_addr, int channel,
btif_sock_rfc.h 32 bt_status_t btsock_rfc_init(int handle, uid_set_t* set);
33 bt_status_t btsock_rfc_cleanup();
34 bt_status_t btsock_rfc_listen(const char* name, const bluetooth::Uuid* uuid,
37 bt_status_t btsock_rfc_connect(const RawAddress* bd_addr,
btif_profile_queue.h 32 typedef bt_status_t (*btif_connect_cb_t)(RawAddress* bda, uint16_t uuid);
34 bt_status_t btif_queue_connect(uint16_t uuid, const RawAddress* bda,
46 bt_status_t btif_queue_connect_next(void);
btif_hf.h 46 bt_status_t ExecuteService(bool b_enable);
btif_sock.h 27 bt_status_t btif_sock_init(uid_set_t* uid_set);
  /system/bt/include/hardware/
bluetooth_headset_interface.h 40 virtual bt_status_t Init(Callbacks* callbacks, int max_hf_clients,
49 virtual bt_status_t Connect(RawAddress* bd_addr) = 0;
57 virtual bt_status_t Disconnect(RawAddress* bd_addr) = 0;
65 virtual bt_status_t ConnectAudio(RawAddress* bd_addr) = 0;
73 virtual bt_status_t DisconnectAudio(RawAddress* bd_addr) = 0;
81 virtual bt_status_t StartVoiceRecognition(RawAddress* bd_addr) = 0;
89 virtual bt_status_t StopVoiceRecognition(RawAddress* bd_addr) = 0;
99 virtual bt_status_t VolumeControl(bthf_volume_type_t type, int volume,
112 virtual bt_status_t DeviceStatusNotification(bthf_network_state_t ntk_state,
124 virtual bt_status_t CopsResponse(const char* cops, RawAddress* bd_addr) = 0
    [all...]
bt_pan.h 42 bt_status_t error,
47 int local_role, bt_status_t error,
61 bt_status_t (*init)(const btpan_callbacks_t* callbacks);
68 bt_status_t (*enable)(int local_role);
77 bt_status_t (*connect)(const RawAddress* bd_addr, int local_role,
83 bt_status_t (*disconnect)(const RawAddress* bd_addr);
bt_mce.h 32 bt_status_t status, RawAddress* bd_addr, int num_instances,
46 bt_status_t (*init)(btmce_callbacks_t* callbacks);
49 bt_status_t (*get_remote_mas_instances)(RawAddress* bd_addr);
bt_hh.h 151 bt_status_t (*init)(bthh_callbacks_t* callbacks);
154 bt_status_t (*connect)(RawAddress* bd_addr);
157 bt_status_t (*disconnect)(RawAddress* bd_addr);
160 bt_status_t (*virtual_unplug)(RawAddress* bd_addr);
163 bt_status_t (*set_info)(RawAddress* bd_addr, bthh_hid_info_t hid_info);
166 bt_status_t (*get_protocol)(RawAddress* bd_addr,
170 bt_status_t (*set_protocol)(RawAddress* bd_addr,
174 bt_status_t (*get_idle_time)(RawAddress* bd_addr);
177 bt_status_t (*set_idle_time)(RawAddress* bd_addr, uint8_t idleTime);
180 bt_status_t (*get_report)(RawAddress* bd_addr, bthh_report_type_t reportType
    [all...]
bt_gatt_server.h 141 bt_status_t (*register_server)(const bluetooth::Uuid& uuid);
144 bt_status_t (*unregister_server)(int server_if);
147 bt_status_t (*connect)(int server_if, const RawAddress& bd_addr,
151 bt_status_t (*disconnect)(int server_if, const RawAddress& bd_addr,
155 bt_status_t (*add_service)(int server_if,
159 bt_status_t (*stop_service)(int server_if, int service_handle);
162 bt_status_t (*delete_service)(int server_if, int service_handle);
165 bt_status_t (*send_indication)(int server_if, int attribute_handle,
170 bt_status_t (*send_response)(int conn_id, int trans_id, int status,
173 bt_status_t (*set_preferred_phy)(const RawAddress& bd_addr, uint8_t tx_phy
    [all...]
bt_hd.h 95 bt_status_t (*init)(bthd_callbacks_t* callbacks);
101 bt_status_t (*register_app)(bthd_app_param_t* app_param,
106 bt_status_t (*unregister_app)(void);
109 bt_status_t (*connect)(RawAddress* bd_addr);
112 bt_status_t (*disconnect)(void);
115 bt_status_t (*send_report)(bthd_report_type_t type, uint8_t id, uint16_t len,
119 bt_status_t (*report_error)(uint8_t error);
122 bt_status_t (*virtual_cable_unplug)(void);
bt_gatt_client.h 210 bt_status_t (*register_client)(const bluetooth::Uuid& uuid);
213 bt_status_t (*unregister_client)(int client_if);
216 bt_status_t (*connect)(int client_if, const RawAddress& bd_addr,
221 bt_status_t (*disconnect)(int client_if, const RawAddress& bd_addr,
225 bt_status_t (*refresh)(int client_if, const RawAddress& bd_addr);
231 bt_status_t (*search_service)(int conn_id,
241 bt_status_t (*read_characteristic)(int conn_id, uint16_t handle,
245 bt_status_t (*read_using_characteristic_uuid)(int conn_id,
252 bt_status_t (*write_characteristic)(int conn_id, uint16_t handle,
257 bt_status_t (*read_descriptor)(int conn_id, uint16_t handle, int auth_req)
    [all...]
bt_hl.h 100 bt_status_t (*init)(bthl_callbacks_t* callbacks);
103 bt_status_t (*register_application)(bthl_reg_param_t* p_reg_param,
107 bt_status_t (*unregister_application)(int app_id);
110 bt_status_t (*connect_channel)(int app_id, RawAddress* bd_addr,
114 bt_status_t (*destroy_channel)(int channel_id);
bt_sdp.h 111 typedef void (*btsdp_search_callback)(bt_status_t status,
128 bt_status_t (*init)(btsdp_callbacks_t* callbacks);
131 bt_status_t (*deinit)();
134 bt_status_t (*sdp_search)(RawAddress* bd_addr, const bluetooth::Uuid& uuid);
149 bt_status_t (*create_sdp_record)(bluetooth_sdp_record* record,
153 bt_status_t (*remove_sdp_record)(int sdp_handle);
bt_sock.h 64 bt_status_t (*listen)(btsock_type_t type, const char* service_name,
75 bt_status_t (*connect)(const RawAddress* bd_addr, btsock_type_t type,
bt_hf_client.h 329 bt_status_t (*init)(bthf_client_callbacks_t* callbacks);
332 bt_status_t (*connect)(RawAddress* bd_addr);
335 bt_status_t (*disconnect)(const RawAddress* bd_addr);
338 bt_status_t (*connect_audio)(const RawAddress* bd_addr);
341 bt_status_t (*disconnect_audio)(const RawAddress* bd_addr);
344 bt_status_t (*start_voice_recognition)(const RawAddress* bd_addr);
347 bt_status_t (*stop_voice_recognition)(const RawAddress* bd_addr);
350 bt_status_t (*volume_control)(const RawAddress* bd_addr,
355 bt_status_t (*dial)(const RawAddress* bd_addr, const char* number);
358 bt_status_t (*dial_memory)(const RawAddress* bd_addr, int location)
    [all...]
bt_gatt.h 51 bt_status_t (*init)(const btgatt_callbacks_t* callbacks);
bt_rc.h 431 bt_status_t (*init)(btrc_callbacks_t* callbacks);
438 bt_status_t (*get_play_status_rsp)(const RawAddress& bd_addr,
446 bt_status_t (*list_player_app_attr_rsp)(const RawAddress& bd_addr,
453 bt_status_t (*list_player_app_value_rsp)(const RawAddress& bd_addr,
458 bt_status_t (*get_player_app_value_rsp)(const RawAddress& bd_addr,
465 bt_status_t (*get_player_app_attr_text_rsp)(
473 bt_status_t (*get_player_app_value_text_rsp)(
482 bt_status_t (*get_element_attr_rsp)(const RawAddress& bd_addr,
490 bt_status_t (*set_player_app_value_rsp)(const RawAddress& bd_addr,
499 bt_status_t (*register_notification_rsp)
    [all...]
  /system/bt/btif/src/
btif_sdp.cc 48 bt_status_t sdp_server_init();
50 bt_status_t create_sdp_record(bluetooth_sdp_record* records,
52 bt_status_t remove_sdp_record(int record_handle);
73 HAL_CBACK(bt_sdp_callbacks, sdp_search_cb, (bt_status_t)evt_data->status,
118 static bt_status_t init(btsdp_callbacks_t* callbacks) {
129 static bt_status_t deinit() {
139 static bt_status_t search(RawAddress* bd_addr, const Uuid& uuid) {
162 bt_status_t btif_sdp_execute_service(bool b_enable) {
  /system/bt/bta/include/
bta_closure_api.h 35 bt_status_t do_in_bta_thread(const tracked_objects::Location& from_here,