/external/bluetooth/bluedroid/btif/src/ |
btif_profile_queue.c | 144 return btif_transfer_context(queue_int_handle_evt, BTIF_QUEUE_CONNECT_EVT, 160 btif_transfer_context(queue_int_handle_evt, BTIF_QUEUE_ADVANCE_EVT,
|
btif_gatt_client.c | 402 bt_status_t status = btif_transfer_context(btif_gattc_upstreams_evt, 443 btif_transfer_context(btif_gattc_upstreams_evt, BTIF_GATT_OBSERVE_EVT, 455 btif_transfer_context(btif_gattc_upstreams_evt, BTIF_GATTC_RSSI_EVT, 724 return btif_transfer_context(btgattc_handle_event, BTIF_GATTC_REGISTER_APP, 733 return btif_transfer_context(btgattc_handle_event, BTIF_GATTC_UNREGISTER_APP, 742 return btif_transfer_context(btgattc_handle_event, start ? BTIF_GATTC_SCAN_START : BTIF_GATTC_SCAN_STOP, 753 return btif_transfer_context(btgattc_handle_event, BTIF_GATTC_OPEN, 764 return btif_transfer_context(btgattc_handle_event, BTIF_GATTC_CLOSE, 774 return btif_transfer_context(btgattc_handle_event, BTIF_GATTC_REFRESH, 786 return btif_transfer_context(btgattc_handle_event, BTIF_GATTC_SEARCH_SERVICE [all...] |
btif_gatt_server.c | 343 status = btif_transfer_context(btapp_gatts_handle_cback, (uint16_t) event, 468 return btif_transfer_context(btgatts_handle_event, BTIF_GATTS_REGISTER_APP, 477 return btif_transfer_context(btgatts_handle_event, BTIF_GATTS_UNREGISTER_APP, 488 return btif_transfer_context(btgatts_handle_event, BTIF_GATTS_OPEN, 499 return btif_transfer_context(btgatts_handle_event, BTIF_GATTS_CLOSE, 511 return btif_transfer_context(btgatts_handle_event, BTIF_GATTS_CREATE_SERVICE, 523 return btif_transfer_context(btgatts_handle_event, BTIF_GATTS_ADD_INCLUDED_SERVICE, 538 return btif_transfer_context(btgatts_handle_event, BTIF_GATTS_ADD_CHARACTERISTIC, 551 return btif_transfer_context(btgatts_handle_event, BTIF_GATTS_ADD_DESCRIPTOR, 562 return btif_transfer_context(btgatts_handle_event, BTIF_GATTS_START_SERVICE [all...] |
btif_core.c | 183 ** Function btif_transfer_context 197 bt_status_t btif_transfer_context (tBTIF_CBACK *p_cback, UINT16 event, char* p_params, int param_len, tBTIF_COPY_CBACK *p_copy_cback) function 201 BTIF_TRACE_VERBOSE2("btif_transfer_context event %d, len %d", event, param_len); [all...] |
btif_dm.c | 414 btif_transfer_context(btif_dm_generic_evt, BTIF_DM_CB_HID_REMOTE_NAME, [all...] |
btif_av.c | 711 btif_transfer_context(btif_av_handle_event, event, 813 return btif_transfer_context(btif_av_handle_event, BTIF_AV_DISCONNECT_REQ_EVT, 937 btif_transfer_context(btif_av_handle_event, event, [all...] |
btif_hh.c | [all...] |
btif_hf.c | 436 status = btif_transfer_context(btif_hf_upstreams_evt, (uint16_t)event, (void*)p_data, param_len, NULL); 572 btif_transfer_context(btif_in_hf_generic_evt, BTIF_HFP_CB_AUDIO_CONNECTING, [all...] |
btif_pan.c | 257 btif_transfer_context(btif_in_pan_generic_evt, BTIF_PAN_CB_DISCONNECTING, 602 btif_transfer_context(bta_pan_callback_transfer, event, (char*)p_data, sizeof(tBTA_PAN), NULL);
|
btif_hl.c | [all...] |
/external/bluetooth/bluedroid/btif/include/ |
btif_common.h | 171 bt_status_t btif_transfer_context (tBTIF_CBACK *p_cback, UINT16 event, char* p_params,
|