/external/bluetooth/bluedroid/btif/src/ |
btif_hf.c | 287 HAL_CBACK(bt_hf_callbacks, connection_state_cb, btif_hf_cb.state, &btif_hf_cb.connected_bda); 298 HAL_CBACK(bt_hf_callbacks, connection_state_cb, btif_hf_cb.state, &btif_hf_cb.connected_bda); 312 HAL_CBACK(bt_hf_callbacks, connection_state_cb, btif_hf_cb.state, 318 HAL_CBACK(bt_hf_callbacks, audio_state_cb, BTHF_AUDIO_STATE_CONNECTED, &btif_hf_cb.connected_bda); 322 HAL_CBACK(bt_hf_callbacks, audio_state_cb, BTHF_AUDIO_STATE_DISCONNECTED, &btif_hf_cb.connected_bda); 328 HAL_CBACK(bt_hf_callbacks, volume_cmd_cb, 333 HAL_CBACK(bt_hf_callbacks, answer_call_cmd_cb); 339 HAL_CBACK(bt_hf_callbacks, dial_call_cmd_cb, 344 HAL_CBACK(bt_hf_callbacks, hangup_call_cmd_cb); 348 HAL_CBACK(bt_hf_callbacks, cind_cmd_cb) [all...] |
btif_gatt_server.c | 179 HAL_CBACK(bt_gatt_callbacks, server->register_server_cb 197 HAL_CBACK(bt_gatt_callbacks, server->connection_cb, 207 HAL_CBACK(bt_gatt_callbacks, server->connection_cb, 219 HAL_CBACK(bt_gatt_callbacks, server->service_added_cb, 227 HAL_CBACK(bt_gatt_callbacks, server->included_service_added_cb, 239 HAL_CBACK(bt_gatt_callbacks, server->characteristic_added_cb, 253 HAL_CBACK(bt_gatt_callbacks, server->descriptor_added_cb, 263 HAL_CBACK(bt_gatt_callbacks, server->service_started_cb, 270 HAL_CBACK(bt_gatt_callbacks, server->service_stopped_cb, 277 HAL_CBACK(bt_gatt_callbacks, server->service_deleted_cb [all...] |
btif_av.c | 333 HAL_CBACK(bt_av_callbacks, connection_state_cb, 363 HAL_CBACK(bt_av_callbacks, connection_state_cb, 425 HAL_CBACK(bt_av_callbacks, connection_state_cb, 517 HAL_CBACK(bt_av_callbacks, connection_state_cb, 527 HAL_CBACK(bt_av_callbacks, connection_state_cb, 587 HAL_CBACK(bt_av_callbacks, audio_state_cb, 623 HAL_CBACK(bt_av_callbacks, connection_state_cb, 658 HAL_CBACK(bt_av_callbacks, audio_state_cb, 663 HAL_CBACK(bt_av_callbacks, audio_state_cb, 679 HAL_CBACK(bt_av_callbacks, audio_state_cb [all...] |
btif_gatt_client.c | 329 HAL_CBACK(bt_gatt_callbacks, client->register_client_cb 345 HAL_CBACK(bt_gatt_callbacks, client->read_characteristic_cb 357 HAL_CBACK(bt_gatt_callbacks, client->write_characteristic_cb 365 HAL_CBACK(bt_gatt_callbacks, client->execute_write_cb 373 HAL_CBACK(bt_gatt_callbacks, client->search_complete_cb 382 HAL_CBACK(bt_gatt_callbacks, client->search_result_cb 392 HAL_CBACK(bt_gatt_callbacks, client->read_descriptor_cb 404 HAL_CBACK(bt_gatt_callbacks, client->write_descriptor_cb 422 HAL_CBACK(bt_gatt_callbacks, client->notify_cb 438 HAL_CBACK(bt_gatt_callbacks, client->open_cb, p_data->open.conn_i [all...] |
btif_core.c | 314 HAL_CBACK(bt_hal_cbacks,adapter_state_changed_cb,BT_STATE_OFF); 509 HAL_CBACK(bt_hal_cbacks, thread_evt_cb, ASSOCIATE_JVM); 597 HAL_CBACK(bt_hal_cbacks, adapter_properties_cb, BT_STATUS_SUCCESS, 1, &prop); 627 HAL_CBACK(bt_hal_cbacks, adapter_state_changed_cb, BT_STATE_ON); 639 HAL_CBACK(bt_hal_cbacks, adapter_state_changed_cb, BT_STATE_OFF); 716 HAL_CBACK(bt_hal_cbacks, adapter_state_changed_cb, BT_STATE_OFF); 768 HAL_CBACK(bt_hal_cbacks, adapter_state_changed_cb, BT_STATE_OFF); 800 HAL_CBACK(bt_hal_cbacks, thread_evt_cb, DISASSOCIATE_JVM); 931 HAL_CBACK(bt_hal_cbacks, adapter_properties_cb, 977 HAL_CBACK(bt_hal_cbacks, remote_device_properties_cb [all...] |
btif_dm.c | 344 HAL_CBACK(bt_hal_cbacks, bond_state_changed_cb, status, bd_addr, state); 437 HAL_CBACK(bt_hal_cbacks, remote_device_properties_cb, 711 HAL_CBACK(bt_hal_cbacks, pin_request_cb, 783 HAL_CBACK(bt_hal_cbacks, ssp_request_cb, &bd_addr, &bd_name, cod, 812 HAL_CBACK(bt_hal_cbacks, ssp_request_cb, &bd_addr, &bd_name, [all...] |
btif_hh.c | 537 HAL_CBACK(bt_hh_callbacks, connection_state_cb, &(p_dev->bd_addr), BTHH_CONN_STATE_DISCONNECTED); 686 HAL_CBACK(bt_hh_callbacks, connection_state_cb, bd_addr, BTHH_CONN_STATE_CONNECTING); 823 HAL_CBACK(bt_hh_callbacks, connection_state_cb, (bt_bdaddr_t*) &p_data->conn.bda,BTHH_CONN_STATE_DISCONNECTED); 843 HAL_CBACK(bt_hh_callbacks, connection_state_cb,&(p_dev->bd_addr), p_dev->dev_status); 848 HAL_CBACK(bt_hh_callbacks, connection_state_cb, (bt_bdaddr_t*) &p_data->conn.bda,BTHH_CONN_STATE_DISCONNECTED); 870 HAL_CBACK(bt_hh_callbacks, connection_state_cb,&(p_dev->bd_addr), p_dev->dev_status); [all...] |
btif_rc.c | 369 HAL_CBACK(bt_rc_callbacks, remote_features_cb, &rc_addr, rc_features) 534 HAL_CBACK(bt_rc_callbacks, passthrough_cmd_cb, p_remote_cmd->rc_id, pressed); [all...] |
/external/bluetooth/bluedroid/btif/include/ |
btif_common.h | 55 #define HAL_CBACK(P_CB, P_CBACK, ...)\
|