Searched refs:handle_srvc (Results 1 – 2 of 2) sorted by relevance
253 blufi_env.handle_srvc = p_data->create.service_id; in blufi_profile_cb()256 BTA_GATTS_AddCharacteristic(blufi_env.handle_srvc, &blufi_char_uuid_p2e, in blufi_profile_cb()266 BTA_GATTS_AddCharacteristic(blufi_env.handle_srvc, &blufi_char_uuid_e2p, in blufi_profile_cb()274 BTA_GATTS_AddCharDescriptor (blufi_env.handle_srvc, in blufi_profile_cb()290 BTA_GATTS_StartService(blufi_env.handle_srvc, BTA_GATT_TRANSPORT_LE); in blufi_profile_cb()376 BTA_GATTS_StopService(blufi_env.handle_srvc); in esp_blufi_deinit()377 BTA_GATTS_DeleteService(blufi_env.handle_srvc); in esp_blufi_deinit()
29 UINT16 handle_srvc; member