Searched defs:service_handle (Results 1 – 9 of 9) sorted by relevance
/system/bt/btif/src/ |
D | btif_gatt_server.c | 575 static bt_status_t btif_gatts_add_included_service(int server_if, int service_handle, in btif_gatts_add_included_service() 587 static bt_status_t btif_gatts_add_characteristic(int server_if, int service_handle, in btif_gatts_add_characteristic() 602 static bt_status_t btif_gatts_add_descriptor(int server_if, int service_handle, bt_uuid_t *uuid, in btif_gatts_add_descriptor() 615 static bt_status_t btif_gatts_start_service(int server_if, int service_handle, int transport) in btif_gatts_start_service() 626 static bt_status_t btif_gatts_stop_service(int server_if, int service_handle) in btif_gatts_stop_service() 636 static bt_status_t btif_gatts_delete_service(int server_if, int service_handle) in btif_gatts_delete_service()
|
/system/bt/test/suite/gatt/ |
D | gatt_test.h | 42 int service_handle() const { return service_handle_; } in service_handle() function
|
/system/bt/stack/srvc/ |
D | srvc_dis_int.h | 45 UINT16 service_handle; member
|
/system/bt/stack/gatt/ |
D | gatt_api.c | 276 UINT16 GATTS_AddIncludeService (UINT16 service_handle, UINT16 include_svc_handle) in GATTS_AddIncludeService() 314 UINT16 GATTS_AddCharacteristic (UINT16 service_handle, tBT_UUID *p_char_uuid, in GATTS_AddCharacteristic() 356 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()
|
D | gatt_attr.c | 270 UINT16 service_handle = 0; in gatt_profile_db_init() local
|
/system/bt/service/ |
D | gatt_server.cpp | 501 int service_handle) { in ServiceAddedCallback() 536 int service_handle, in CharacteristicAddedCallback() 569 int service_handle, in DescriptorAddedCallback() 601 int service_handle) { in ServiceStartedCallback()
|
D | gatt_server.h | 217 int service_handle; member
|
D | gatt_server_old.cpp | 118 int service_handle; member
|
/system/bt/stack/gap/ |
D | gap_ble.c | 384 UINT16 service_handle; in gap_attr_db_init() local
|