diff options
Diffstat (limited to 'btif/include/btif_common.h')
-rwxr-xr-x[-rw-r--r--] | btif/include/btif_common.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/btif/include/btif_common.h b/btif/include/btif_common.h index ec3f4f3..635caeb 100644..100755 --- a/btif/include/btif_common.h +++ b/btif/include/btif_common.h @@ -170,6 +170,7 @@ bt_status_t btif_transfer_context (tBTIF_CBACK *p_cback, UINT16 event, char* p_p tBTA_SERVICE_MASK btif_get_enabled_services_mask(void); bt_status_t btif_enable_service(tBTA_SERVICE_ID service_id); bt_status_t btif_disable_service(tBTA_SERVICE_ID service_id); +int btif_is_enabled(void); /* * BTIF_Events |