Home
last modified time | relevance | path

Searched defs:service_handle (Results 1 – 4 of 4) sorted by relevance

/external/bluetooth/bluedroid/btif/src/
Dbtif_gatt_server.c515 static bt_status_t btif_gatts_add_included_service(int server_if, int service_handle, in btif_gatts_add_included_service()
527 static bt_status_t btif_gatts_add_characteristic(int server_if, int service_handle, in btif_gatts_add_characteristic()
542 static bt_status_t btif_gatts_add_descriptor(int server_if, int service_handle, bt_uuid_t *uuid, in btif_gatts_add_descriptor()
555 static bt_status_t btif_gatts_start_service(int server_if, int service_handle, int transport) in btif_gatts_start_service()
566 static bt_status_t btif_gatts_stop_service(int server_if, int service_handle) in btif_gatts_stop_service()
576 static bt_status_t btif_gatts_delete_service(int server_if, int service_handle) in btif_gatts_delete_service()
/external/bluetooth/bluedroid/stack/gatt/
Dgatt_api.c277 UINT16 GATTS_AddIncludeService (UINT16 service_handle, UINT16 include_svc_handle) in GATTS_AddIncludeService()
315 UINT16 GATTS_AddCharacteristic (UINT16 service_handle, tBT_UUID *p_char_uuid, in GATTS_AddCharacteristic()
357 UINT16 GATTS_AddCharDescriptor (UINT16 service_handle, in GATTS_AddCharDescriptor()
463 tGATT_STATUS GATTS_StartService (tGATT_IF gatt_if, UINT16 service_handle, in GATTS_StartService()
559 void GATTS_StopService (UINT16 service_handle) in GATTS_StopService()
Dgatt_attr.c248 UINT16 service_handle = 0; in gatt_profile_db_init() local
/external/bluetooth/bluedroid/stack/gap/
Dgap_ble.c480 UINT16 service_handle; in gap_attr_db_init() local